Html Css Color HEX #EDD59D Splash

📋 copy color: '#EDD59D'

red 237 ◦ green 213 ◦ blue 157

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

Shades of Splash #EDD59D

Tints of Splash #EDD59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.86%

R = 39.04%
G = 35.09%
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

#EDD59D (or 0xEDD59D) is known color: Splash. HEX triplet: ED, D5 and 9D. RGB value is (237,213,157). Sum of RGB (Red+Green+Blue) = 237+213+157=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 157 (61.72% from 255 or 25.86% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59D is #122A62. Grayscale: #D6D6D6. Windows color (decimal): -1190499 or 10343917. OLE color: 10343917.

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

Color convert

RGB 237 213 157 -
CMYK 0 0.10 0.34 0.07
HSL 42º 0.69% 0.77% -
HSV(B) 42º 0.34% 0.93% -
XYZ 64.81 68.03 41.61 -
YUV 213.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 237 213 157 0 0.10 0.34 0.07 42 0.69 0.77
Hex ED D5 9D 0 A 22 7 2A 45 4D
Octal 355 325 235 0 12 42 7 52 105 115
Binary 11101101 11010101 10011101 0 1010 100010 111 101010 1000101 1001101

Color Harmonies of #EDD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD59D

Black with #EDD59D

Text Example


Text Example

White with #EDD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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