#EED39B

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

Shades of Splash #EED39B

Tints of Splash #EED39B

Color information

#EED39B (or 0xEED39B) is unknown color: approx Splash. HEX triplet: EE, D3 and 9B. RGB value is (238,211,155). Sum of RGB (Red+Green+Blue) = 238+211+155=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 155 (60.94% from 255 or 25.66% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EED39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED39B is #112C64. Grayscale: #D4D4D4. Windows color (decimal): -1125477 or 10212334. OLE color: 10212334.

HSL color Cylindrical-coordinate representation of color #EED39B: hue angle of 40.48º degrees, saturation: 0.71, 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 #EED39B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB238211155-
CMYK00.110.350.07
HSL40.48º70.94%77.06%-
HSV(B)40.48º34.87%93.33%-
XYZ64.4767.1340.57-
YUV212.6995.45146.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.40%
GREEN value IS 211 (82.81% from 255) = 34.93%
BLUE value IS 155 (60.94% from 255) = 25.66%
R=39.40%
G=34.93%
B=25.66%

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
Decimal23821115500.110.350.0740.4870.9477.06
HexEED39B0B23728474d
Octal35632323301343750107115
Binary1110111011010011100110110101110001111110100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED39B; }

 p { color: rgb(238,211,155); }

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

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

 a { background-color: rgb(238,211,155); }

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

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

 span { border-color: rgb(238,211,155); }

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