#eddd98

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

Shades of Splash #EDDD98

Tints of Splash #EDDD98

Color information

#EDDD98 (or 0xEDDD98) is unknown color: approx Splash. HEX triplet: ED, DD and 98. RGB value is (237,221,152). Sum of RGB (Red+Green+Blue) = 237+221+152=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 152 (59.77% from 255 or 24.92% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD98 is #122267. Grayscale: #DADADA. Windows color (decimal): -1188456 or 10018285. OLE color: 10018285.

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

Color convert

RGB237221152-
CMYK00.070.360.07
HSL48.71º70.25%76.27%-
HSV(B)48.71º35.86%92.94%-
XYZ66.4571.9840.1-
YUV217.9290.8141.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 152 (59.77% from 255) = 24.92%
R=38.85%
G=36.23%
B=24.92%

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
Decimal23722115200.070.360.0748.7170.2576.27
HexEDDD980724731464c
Octal3553352300744761106114
Binary111011011101110110011000011110010011111000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eddd98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eddd98; }

 p { color: rgb(237,221,152); }

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

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

 a { background-color: rgb(237,221,152); }

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

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

 span { border-color: rgb(237,221,152); }

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