Html Css Color HEX #EDD59C Splash

📋 copy color: '#EDD59C'

red 237 ◦ green 213 ◦ blue 156

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

Shades of Splash #EDD59C

Tints of Splash #EDD59C

RGB

 RED value IS 237 (92.97% from 255) = 39.11%

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

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

R = 39.11%
G = 35.15%
B = 25.74%

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

#EDD59C (or 0xEDD59C) is known color: Splash. HEX triplet: ED, D5 and 9C. RGB value is (237,213,156). Sum of RGB (Red+Green+Blue) = 237+213+156=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 156 (61.33% from 255 or 25.74% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59C is #122A63. Grayscale: #D5D5D5. Windows color (decimal): -1190500 or 10278381. OLE color: 10278381.

HSL color Cylindrical-coordinate representation of color #EDD59C: hue angle of 42.22º degrees, saturation: 0.69, 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 #EDD59C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 156 -
CMYK 0 0.10 0.34 0.07
HSL 42.22º 0.69% 0.77% -
HSV(B) 42.22º 0.34% 0.93% -
XYZ 64.72 67.99 41.17 -
YUV 213.68 95.45 144.63 -
System Red Green Blue C M Y K H S L
Decimal 237 213 156 0 0.10 0.34 0.07 42.22 0.69 0.77
Hex ED D5 9C 0 A 22 7 2A 45 4D
Octal 355 325 234 0 12 42 7 52 105 115
Binary 11101101 11010101 10011100 0 1010 100010 111 101010 1000101 1001101

Color Harmonies of #EDD59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD59C

Black with #EDD59C

Text Example


Text Example

White with #EDD59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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