Html Css Color HEX #EDD99C Splash

📋 copy color: '#EDD99C'

red 237 ◦ green 217 ◦ blue 156

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

Shades of Splash #EDD99C

Tints of Splash #EDD99C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.57%

R = 38.85%
G = 35.57%
B = 25.57%

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

#EDD99C (or 0xEDD99C) is known color: Splash. HEX triplet: ED, D9 and 9C. RGB value is (237,217,156). Sum of RGB (Red+Green+Blue) = 237+217+156=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 156 (61.33% from 255 or 25.57% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD99C is #122663. Grayscale: #D8D8D8. Windows color (decimal): -1189476 or 10279405. OLE color: 10279405.

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

Color convert

RGB 237 217 156 -
CMYK 0 0.08 0.34 0.07
HSL 45.19º 0.69% 0.77% -
HSV(B) 45.19º 0.34% 0.93% -
XYZ 65.74 70.03 41.5 -
YUV 216.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 237 217 156 0 0.08 0.34 0.07 45.19 0.69 0.77
Hex ED D9 9C 0 8 22 7 2D 45 4D
Octal 355 331 234 0 10 42 7 55 105 115
Binary 11101101 11011001 10011100 0 1000 100010 111 101101 1000101 1001101

Color Harmonies of #EDD99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD99C

Black with #EDD99C

Text Example


Text Example

White with #EDD99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD99C; }

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

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

background-color css

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

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

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

border-color css

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

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

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