#EDDC63

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

Shades of Portica #EDDC63

Tints of Portica #EDDC63

Color information

#EDDC63 (or 0xEDDC63) is unknown color: approx Portica. HEX triplet: ED, DC and 63. RGB value is (237,220,99). Sum of RGB (Red+Green+Blue) = 237+220+99=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 99 (39.06% from 255 or 17.81% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDC63 is #12239C. Grayscale: #D3D3D3. Windows color (decimal): -1188765 or 6544621. OLE color: 6544621.

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

Color convert

RGB23722099-
CMYK00.070.580.07
HSL52.61º79.31%65.88%-
HSV(B)52.61º58.23%92.94%-
XYZ62.7770.0922.03-
YUV211.2964.63146.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 99 (39.06% from 255) = 17.81%
R=42.63%
G=39.57%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372209900.070.580.0752.6179.3165.88
HexEDDC63073A7354f42
Octal3553341430772765117102
Binary11101101110111001100011011111101011111010110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDC63; }

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

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

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

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

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

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

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

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