Html Css Color HEX #EED79E Splash

📋 copy color: '#EED79E'

red 238 ◦ green 215 ◦ blue 158

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

Shades of Splash #EED79E

Tints of Splash #EED79E

RGB

 RED value IS 238 (93.36% from 255) = 38.95%

 GREEN value IS 215 (84.38% from 255) = 35.19%

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

R = 38.95%
G = 35.19%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED79E (or 0xEED79E) is known color: Splash. HEX triplet: EE, D7 and 9E. RGB value is (238,215,158). Sum of RGB (Red+Green+Blue) = 238+215+158=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 158 (62.11% from 255 or 25.86% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EED79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED79E is #112861. Grayscale: #D7D7D7. Windows color (decimal): -1124450 or 10409966. OLE color: 10409966.

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

Color convert

RGB 238 215 158 -
CMYK 0 0.10 0.34 0.07
HSL 42.75º 0.7% 0.78% -
HSV(B) 42.75º 0.34% 0.93% -
XYZ 65.73 69.25 42.25 -
YUV 215.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 238 215 158 0 0.10 0.34 0.07 42.75 0.7 0.78
Hex EE D7 9E 0 A 22 7 2B 46 4E
Octal 356 327 236 0 12 42 7 53 106 116
Binary 11101110 11010111 10011110 0 1010 100010 111 101011 1000110 1001110

Color Harmonies of #EED79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED79E

Black with #EED79E

Text Example


Text Example

White with #EED79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED79E; }

 p { color: rgb(238,215,158); }

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

background-color css

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

 a { background-color: rgb(238,215,158); }

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

border-color css

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

 span { border-color: rgb(238,215,158); }

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