Html Css Color HEX #EDD99D Splash

📋 copy color: '#EDD99D'

red 237 ◦ green 217 ◦ blue 157

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

Shades of Splash #EDD99D

Tints of Splash #EDD99D

RGB

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

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

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

R = 38.79%
G = 35.52%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EDD99D (or 0xEDD99D) is known color: Splash. HEX triplet: ED, D9 and 9D. RGB value is (237,217,157). Sum of RGB (Red+Green+Blue) = 237+217+157=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99D is #122662. Grayscale: #D8D8D8. Windows color (decimal): -1189475 or 10344941. OLE color: 10344941.

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

Color convert

RGB 237 217 157 -
CMYK 0 0.08 0.34 0.07
HSL 45º 0.69% 0.77% -
HSV(B) 45º 0.34% 0.93% -
XYZ 65.82 70.06 41.95 -
YUV 216.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 237 217 157 0 0.08 0.34 0.07 45 0.69 0.77
Hex ED D9 9D 0 8 22 7 2D 45 4D
Octal 355 331 235 0 10 42 7 55 105 115
Binary 11101101 11011001 10011101 0 1000 100010 111 101101 1000101 1001101

Color Harmonies of #EDD99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD99D

Black with #EDD99D

Text Example


Text Example

White with #EDD99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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