#EDE599

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

Shades of Picasso #EDE599

Tints of Picasso #EDE599

Color information

#EDE599 (or 0xEDE599) is unknown color: approx Picasso. HEX triplet: ED, E5 and 99. RGB value is (237,229,153). Sum of RGB (Red+Green+Blue) = 237+229+153=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE599 is #121A66. Grayscale: #DFDFDF. Windows color (decimal): -1186407 or 10085869. OLE color: 10085869.

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

Color convert

RGB237229153-
CMYK00.030.350.07
HSL54.29º70%76.47%-
HSV(B)54.29º35.44%92.94%-
XYZ68.6976.3441.25-
YUV222.7388.65138.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.29%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 153 (60.16% from 255) = 24.72%
R=38.29%
G=37.00%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722915300.030.350.0754.297076.47
HexEDE5990323736464c
Octal3553452310343766106114
Binary11101101111001011001100101110001111111011010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE599; }

 p { color: rgb(237,229,153); }

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

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

 a { background-color: rgb(237,229,153); }

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

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

 span { border-color: rgb(237,229,153); }

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