Html Css Color HEX #EDD59E Splash

📋 copy color: '#EDD59E'

red 237 ◦ green 213 ◦ blue 158

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

Shades of Splash #EDD59E

Tints of Splash #EDD59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.99%

R = 38.98%
G = 35.03%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD59E (or 0xEDD59E) is known color: Splash. HEX triplet: ED, D5 and 9E. RGB value is (237,213,158). Sum of RGB (Red+Green+Blue) = 237+213+158=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59E is #122A61. Grayscale: #D6D6D6. Windows color (decimal): -1190498 or 10409453. OLE color: 10409453.

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

Color convert

RGB 237 213 158 -
CMYK 0 0.10 0.33 0.07
HSL 41.77º 0.69% 0.77% -
HSV(B) 41.77º 0.33% 0.93% -
XYZ 64.89 68.06 42.06 -
YUV 213.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 237 213 158 0 0.10 0.33 0.07 41.77 0.69 0.77
Hex ED D5 9E 0 A 21 7 2A 45 4D
Octal 355 325 236 0 12 41 7 52 105 115
Binary 11101101 11010101 10011110 0 1010 100001 111 101010 1000101 1001101

Color Harmonies of #EDD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD59E

Black with #EDD59E

Text Example


Text Example

White with #EDD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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