Html Css Color HEX #EDD59F Splash

📋 copy color: '#EDD59F'

red 237 ◦ green 213 ◦ blue 159

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

Shades of Splash #EDD59F

Tints of Splash #EDD59F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.11%

R = 38.92%
G = 34.98%
B = 26.11%

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

#EDD59F (or 0xEDD59F) is known color: Splash. HEX triplet: ED, D5 and 9F. RGB value is (237,213,159). Sum of RGB (Red+Green+Blue) = 237+213+159=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 159 (62.5% from 255 or 26.11% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD59F is #122A60. Grayscale: #D6D6D6. Windows color (decimal): -1190497 or 10474989. OLE color: 10474989.

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

Color convert

RGB 237 213 159 -
CMYK 0 0.10 0.33 0.07
HSL 41.54º 0.68% 0.78% -
HSV(B) 41.54º 0.33% 0.93% -
XYZ 64.98 68.1 42.52 -
YUV 214.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 237 213 159 0 0.10 0.33 0.07 41.54 0.68 0.78
Hex ED D5 9F 0 A 21 7 2A 44 4E
Octal 355 325 237 0 12 41 7 52 104 116
Binary 11101101 11010101 10011111 0 1010 100001 111 101010 1000100 1001110

Color Harmonies of #EDD59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD59F

Black with #EDD59F

Text Example


Text Example

White with #EDD59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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