#EDDB60

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

Shades of Portica #EDDB60

Tints of Portica #EDDB60

Color information

#EDDB60 (or 0xEDDB60) is unknown color: approx Portica. HEX triplet: ED, DB and 60. RGB value is (237,219,96). Sum of RGB (Red+Green+Blue) = 237+219+96=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB60 is #12249F. Grayscale: #D2D2D2. Windows color (decimal): -1189024 or 6347757. OLE color: 6347757.

HSL color Cylindrical-coordinate representation of color #EDDB60: hue angle of 52.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDDB60 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23721996-
CMYK00.080.590.07
HSL52.34º79.66%65.29%-
HSV(B)52.34º59.49%92.94%-
XYZ62.3769.5121.2-
YUV210.3663.46147-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 96 (37.89% from 255) = 17.39%
R=42.93%
G=39.67%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372199600.080.590.0752.3479.6665.29
HexEDDB60083B7345041
Octal35533314001073764120101
Binary111011011101101111000000100011101111111010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB60; }

 p { color: rgb(237,219,96); }

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

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

 a { background-color: rgb(237,219,96); }

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

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

 span { border-color: rgb(237,219,96); }

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