Html Css Color HEX #EED599 Splash

📋 copy color: '#EED599'

red 238 ◦ green 213 ◦ blue 153

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

Shades of Splash #EED599

Tints of Splash #EED599

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.26%

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

R = 39.4%
G = 35.26%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EED599 (or 0xEED599) is known color: Splash. HEX triplet: EE, D5 and 99. RGB value is (238,213,153). Sum of RGB (Red+Green+Blue) = 238+213+153=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 153 (60.16% from 255 or 25.33% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED599 is #112A66. Grayscale: #D5D5D5. Windows color (decimal): -1124967 or 10081774. OLE color: 10081774.

HSL color Cylindrical-coordinate representation of color #EED599: hue angle of 42.35º 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 #EED599 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 153 -
CMYK 0 0.11 0.36 0.07
HSL 42.35º 0.71% 0.77% -
HSV(B) 42.35º 0.36% 0.93% -
XYZ 64.8 68.07 39.86 -
YUV 213.64 93.78 145.38 -
System Red Green Blue C M Y K H S L
Decimal 238 213 153 0 0.11 0.36 0.07 42.35 0.71 0.77
Hex EE D5 99 0 B 24 7 2A 47 4D
Octal 356 325 231 0 13 44 7 52 107 115
Binary 11101110 11010101 10011001 0 1011 100100 111 101010 1000111 1001101

Color Harmonies of #EED599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED599

Black with #EED599

Text Example


Text Example

White with #EED599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED599; }

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

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

background-color css

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

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

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

border-color css

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

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

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