Html Css Color HEX #EFDB9E Splash

📋 copy color: '#EFDB9E'

red 239 ◦ green 219 ◦ blue 158

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

Shades of Splash #EFDB9E

Tints of Splash #EFDB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.55%

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

R = 38.8%
G = 35.55%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFDB9E (or 0xEFDB9E) is known color: Splash. HEX triplet: EF, DB and 9E. RGB value is (239,219,158). Sum of RGB (Red+Green+Blue) = 239+219+158=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 158 (62.11% from 255 or 25.65% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB9E is #102461. Grayscale: #DADADA. Windows color (decimal): -1057890 or 10410991. OLE color: 10410991.

HSL color Cylindrical-coordinate representation of color #EFDB9E: hue angle of 45.19º 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 #EFDB9E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 219 158 -
CMYK 0 0.08 0.34 0.06
HSL 45.19º 0.72% 0.78% -
HSV(B) 45.19º 0.34% 0.94% -
XYZ 67.1 71.48 42.61 -
YUV 218.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 239 219 158 0 0.08 0.34 0.06 45.19 0.72 0.78
Hex EF DB 9E 0 8 22 6 2D 48 4E
Octal 357 333 236 0 10 42 6 55 110 116
Binary 11101111 11011011 10011110 0 1000 100010 110 101101 1001000 1001110

Color Harmonies of #EFDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB9E

Black with #EFDB9E

Text Example


Text Example

White with #EFDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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