Html Css Color HEX #EED59C Splash

📋 copy color: '#EED59C'

red 238 ◦ green 213 ◦ blue 156

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

Shades of Splash #EED59C

Tints of Splash #EED59C

RGB

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

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

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

R = 39.21%
G = 35.09%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EED59C (or 0xEED59C) is known color: Splash. HEX triplet: EE, D5 and 9C. RGB value is (238,213,156). Sum of RGB (Red+Green+Blue) = 238+213+156=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 156 (61.33% from 255 or 25.70% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED59C is #112A63. Grayscale: #D6D6D6. Windows color (decimal): -1124964 or 10278382. OLE color: 10278382.

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

Color convert

RGB 238 213 156 -
CMYK 0 0.11 0.34 0.07
HSL 41.71º 0.71% 0.77% -
HSV(B) 41.71º 0.34% 0.93% -
XYZ 65.05 68.17 41.18 -
YUV 213.98 95.28 145.13 -
System Red Green Blue C M Y K H S L
Decimal 238 213 156 0 0.11 0.34 0.07 41.71 0.71 0.77
Hex EE D5 9C 0 B 22 7 2A 47 4D
Octal 356 325 234 0 13 42 7 52 107 115
Binary 11101110 11010101 10011100 0 1011 100010 111 101010 1000111 1001101

Color Harmonies of #EED59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED59C

Black with #EED59C

Text Example


Text Example

White with #EED59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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