#EDDC5C

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

Shades of Portica #EDDC5C

Tints of Portica #EDDC5C

Color information

#EDDC5C (or 0xEDDC5C) is unknown color: approx Portica. HEX triplet: ED, DC and 5C. RGB value is (237,220,92). Sum of RGB (Red+Green+Blue) = 237+220+92=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC5C is #1223A3. Grayscale: #D3D3D3. Windows color (decimal): -1188772 or 6085869. OLE color: 6085869.

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

Color convert

RGB23722092-
CMYK00.070.610.07
HSL52.97º80.11%64.51%-
HSV(B)52.97º61.18%92.94%-
XYZ62.4569.9620.34-
YUV210.4961.13146.91-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.17%
GREEN value IS 220 (86.33% from 255) = 40.07%
BLUE value IS 92 (36.33% from 255) = 16.76%
R=43.17%
G=40.07%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372209200.070.610.0752.9780.1164.51
HexEDDC5C073D7355041
Octal3553341340775765120101
Binary11101101110111001011100011111110111111010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC5C; }

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

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

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

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

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

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

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

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