Html Css Color HEX #EED799 Splash

📋 copy color: '#EED799'

red 238 ◦ green 215 ◦ blue 153

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

Shades of Splash #EED799

Tints of Splash #EED799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.25%

R = 39.27%
G = 35.48%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED799 (or 0xEED799) is known color: Splash. HEX triplet: EE, D7 and 99. RGB value is (238,215,153). Sum of RGB (Red+Green+Blue) = 238+215+153=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EED799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED799 is #112866. Grayscale: #D7D7D7. Windows color (decimal): -1124455 or 10082286. OLE color: 10082286.

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

Color convert

RGB 238 215 153 -
CMYK 0 0.10 0.36 0.07
HSL 43.76º 0.71% 0.77% -
HSV(B) 43.76º 0.36% 0.93% -
XYZ 65.31 69.08 40.03 -
YUV 214.81 93.12 144.54 -
System Red Green Blue C M Y K H S L
Decimal 238 215 153 0 0.10 0.36 0.07 43.76 0.71 0.77
Hex EE D7 99 0 A 24 7 2C 47 4D
Octal 356 327 231 0 12 44 7 54 107 115
Binary 11101110 11010111 10011001 0 1010 100100 111 101100 1000111 1001101

Color Harmonies of #EED799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED799

Black with #EED799

Text Example


Text Example

White with #EED799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED799; }

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

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

background-color css

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

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

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

border-color css

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

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

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