#EDDC58

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

Shades of Portica #EDDC58

Tints of Portica #EDDC58

Color information

#EDDC58 (or 0xEDDC58) is unknown color: approx Portica. HEX triplet: ED, DC and 58. RGB value is (237,220,88). Sum of RGB (Red+Green+Blue) = 237+220+88=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC58 is #1223A7. Grayscale: #D2D2D2. Windows color (decimal): -1188776 or 5823725. OLE color: 5823725.

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

Color convert

RGB23722088-
CMYK00.070.630.07
HSL53.15º80.54%63.73%-
HSV(B)53.15º62.87%92.94%-
XYZ62.2869.919.44-
YUV210.0459.13147.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 88 (34.77% from 255) = 16.15%
R=43.49%
G=40.37%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372208800.070.630.0753.1580.5463.73
HexEDDC58073F7355140
Octal3553341300777765121100
Binary11101101110111001011000011111111111111010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC58; }

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

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

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

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

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

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

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

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