#EDDC97

Color #EDDC97 Splash (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Splash #EDDC97

Tints of Splash #EDDC97

Color information

#EDDC97 (or 0xEDDC97) is unknown color: approx Splash. HEX triplet: ED, DC and 97. RGB value is (237,220,151). Sum of RGB (Red+Green+Blue) = 237+220+151=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDC97 is #122368. Grayscale: #D9D9D9. Windows color (decimal): -1188713 or 9952493. OLE color: 9952493.

HSL color Cylindrical-coordinate representation of color #EDDC97: hue angle of 48.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDDC97 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB237220151-
CMYK00.070.360.07
HSL48.14º70.49%76.08%-
HSV(B)48.14º36.29%92.94%-
XYZ66.171.4339.58-
YUV217.2290.63142.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=38.98%
G=36.18%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722015100.070.360.0748.1470.4976.08
HexEDDC970724730464c
Octal3553342270744760106114
Binary111011011101110010010111011110010011111000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC97; }

 p { color: rgb(237,220,151); }

 H1.HeaderClassName
 {
   color: #EDDC97;
 }
 .AnyTagClassName
 {
   color: #EDDC97;
 }
</style>
background-color css

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

 a { background-color: rgb(237,220,151); }

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

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

 span { border-color: rgb(237,220,151); }

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