Html Css Color HEX #EDD99F Splash

📋 copy color: '#EDD99F'

red 237 ◦ green 217 ◦ blue 159

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

Shades of Splash #EDD99F

Tints of Splash #EDD99F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.4%

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

R = 38.66%
G = 35.4%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDD99F (or 0xEDD99F) is known color: Splash. HEX triplet: ED, D9 and 9F. RGB value is (237,217,159). Sum of RGB (Red+Green+Blue) = 237+217+159=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99F is #122660. Grayscale: #D8D8D8. Windows color (decimal): -1189473 or 10476013. OLE color: 10476013.

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

Color convert

RGB 237 217 159 -
CMYK 0 0.08 0.33 0.07
HSL 44.62º 0.68% 0.78% -
HSV(B) 44.62º 0.33% 0.93% -
XYZ 66 70.13 42.86 -
YUV 216.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 237 217 159 0 0.08 0.33 0.07 44.62 0.68 0.78
Hex ED D9 9F 0 8 21 7 2D 44 4E
Octal 355 331 237 0 10 41 7 55 104 116
Binary 11101101 11011001 10011111 0 1000 100001 111 101101 1000100 1001110

Color Harmonies of #EDD99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD99F

Black with #EDD99F

Text Example


Text Example

White with #EDD99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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