#EDD29B

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

Shades of Splash #EDD29B

Tints of Splash #EDD29B

Color information

#EDD29B (or 0xEDD29B) is unknown color: approx Splash. HEX triplet: ED, D2 and 9B. RGB value is (237,210,155). Sum of RGB (Red+Green+Blue) = 237+210+155=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 155 (60.94% from 255 or 25.75% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29B is #122D64. Grayscale: #D4D4D4. Windows color (decimal): -1191269 or 10212077. OLE color: 10212077.

HSL color Cylindrical-coordinate representation of color #EDD29B: hue angle of 40.24º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDD29B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237210155-
CMYK00.110.350.07
HSL40.24º69.49%76.86%-
HSV(B)40.24º34.6%92.94%-
XYZ63.8966.4640.47-
YUV211.895.95145.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 210 (82.42% from 255) = 34.88%
BLUE value IS 155 (60.94% from 255) = 25.75%
R=39.37%
G=34.88%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721015500.110.350.0740.2469.4976.86
HexEDD29B0B23728454d
Octal35532223301343750105115
Binary1110110111010010100110110101110001111110100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD29B; }

 p { color: rgb(237,210,155); }

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

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

 a { background-color: rgb(237,210,155); }

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

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

 span { border-color: rgb(237,210,155); }

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