#EDDC60

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

Shades of Portica #EDDC60

Tints of Portica #EDDC60

Color information

#EDDC60 (or 0xEDDC60) is unknown color: approx Portica. HEX triplet: ED, DC and 60. RGB value is (237,220,96). Sum of RGB (Red+Green+Blue) = 237+220+96=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC60 is #12239F. Grayscale: #D3D3D3. Windows color (decimal): -1188768 or 6348013. OLE color: 6348013.

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

Color convert

RGB23722096-
CMYK00.070.590.07
HSL52.77º79.66%65.29%-
HSV(B)52.77º59.49%92.94%-
XYZ62.6370.0421.28-
YUV210.9563.13146.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=42.86%
G=39.78%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372209600.070.590.0752.7779.6665.29
HexEDDC60073B7355041
Octal3553341400773765120101
Binary11101101110111001100000011111101111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC60; }

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

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

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

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

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

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

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

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