#EDDD60

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

Shades of Portica #EDDD60

Tints of Portica #EDDD60

Color information

#EDDD60 (or 0xEDDD60) is unknown color: approx Portica. HEX triplet: ED, DD and 60. RGB value is (237,221,96). Sum of RGB (Red+Green+Blue) = 237+221+96=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDD60 is #12229F. Grayscale: #D4D4D4. Windows color (decimal): -1188512 or 6348269. OLE color: 6348269.

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

Color convert

RGB23722196-
CMYK00.070.590.07
HSL53.19º79.66%65.29%-
HSV(B)53.19º59.49%92.94%-
XYZ62.8970.5621.37-
YUV211.5362.8146.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 221 (86.72% from 255) = 39.89%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=42.78%
G=39.89%
B=17.33%

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
Decimal2372219600.070.590.0753.1979.6665.29
HexEDDD60073B7355041
Octal3553351400773765120101
Binary11101101110111011100000011111101111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD60; }

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

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

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

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

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

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

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

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