Html Css Color HEX #EFDE9C Splash

📋 copy color: '#EFDE9C'

red 239 ◦ green 222 ◦ blue 156

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

Shades of Splash #EFDE9C

Tints of Splash #EFDE9C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.98%

 BLUE value IS 156 (61.33% from 255) = 25.28%

R = 38.74%
G = 35.98%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EFDE9C (or 0xEFDE9C) is known color: Splash. HEX triplet: EF, DE and 9C. RGB value is (239,222,156). Sum of RGB (Red+Green+Blue) = 239+222+156=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 156 (61.33% from 255 or 25.28% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE9C is #102163. Grayscale: #DBDBDB. Windows color (decimal): -1057124 or 10280687. OLE color: 10280687.

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

Color convert

RGB 239 222 156 -
CMYK 0 0.07 0.35 0.06
HSL 47.71º 0.72% 0.77% -
HSV(B) 47.71º 0.35% 0.94% -
XYZ 67.72 72.99 41.97 -
YUV 219.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 239 222 156 0 0.07 0.35 0.06 47.71 0.72 0.77
Hex EF DE 9C 0 7 23 6 30 48 4D
Octal 357 336 234 0 7 43 6 60 110 115
Binary 11101111 11011110 10011100 0 111 100011 110 110000 1001000 1001101

Color Harmonies of #EFDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDE9C

Black with #EFDE9C

Text Example


Text Example

White with #EFDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDE9C; }

 p { color: rgb(239,222,156); }

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

background-color css

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

 a { background-color: rgb(239,222,156); }

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

border-color css

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

 span { border-color: rgb(239,222,156); }

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