Html Css Color HEX #EFD89E Splash

📋 copy color: '#EFD89E'

red 239 ◦ green 216 ◦ blue 158

#EFD89E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Splash #EFD89E

Tints of Splash #EFD89E

RGB

 RED value IS 239 (93.75% from 255) = 38.99%

 GREEN value IS 216 (84.77% from 255) = 35.24%

 BLUE value IS 158 (62.11% from 255) = 25.77%

R = 38.99%
G = 35.24%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFD89E (or 0xEFD89E) is known color: Splash. HEX triplet: EF, D8 and 9E. RGB value is (239,216,158). Sum of RGB (Red+Green+Blue) = 239+216+158=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD89E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD89E is #102761. Grayscale: #D8D8D8. Windows color (decimal): -1058658 or 10410223. OLE color: 10410223.

HSL color Cylindrical-coordinate representation of color #EFD89E: hue angle of 42.96º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD89E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 158 -
CMYK 0 0.10 0.34 0.06
HSL 42.96º 0.72% 0.78% -
HSV(B) 42.96º 0.34% 0.94% -
XYZ 66.32 69.93 42.35 -
YUV 216.27 95.12 144.22 -
System Red Green Blue C M Y K H S L
Decimal 239 216 158 0 0.10 0.34 0.06 42.96 0.72 0.78
Hex EF D8 9E 0 A 22 6 2B 48 4E
Octal 357 330 236 0 12 42 6 53 110 116
Binary 11101111 11011000 10011110 0 1010 100010 110 101011 1001000 1001110

Color Harmonies of #EFD89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD89E

Black with #EFD89E

Text Example


Text Example

White with #EFD89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD89E; }

 p { color: rgb(239,216,158); }

 H1.HeaderClassName
 {
   color: #EFD89E;
 }
 .AnyTagClassName
 {
   color: #EFD89E;
 }
</style>

background-color css

<style>
 a { background-color: #EFD89E; }

 a { background-color: rgb(239,216,158); }

 div.DivClassName
 {
   background-color: #EFD89E;
 }
 .BgClassName
 {
   background-color: #EFD89E;
 }
</style>

border-color css

<style>
 span { border-color: #EFD89E; }

 span { border-color: rgb(239,216,158); }

 td.TdClassName
 {
   border-color: #EFD89E;
 }
 .TagClassName
 {
   border-color: #EFD89E;
 }
</style>