#EDCC56

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

Shades of Portica #EDCC56

Tints of Portica #EDCC56

Color information

#EDCC56 (or 0xEDCC56) is unknown color: approx Portica. HEX triplet: ED, CC and 56. RGB value is (237,204,86). Sum of RGB (Red+Green+Blue) = 237+204+86=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC56 is #1233A9. Grayscale: #C8C8C8. Windows color (decimal): -1192874 or 5688557. OLE color: 5688557.

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

Color convert

RGB23720486-
CMYK00.140.640.07
HSL46.89º80.75%63.33%-
HSV(B)46.89º63.71%92.94%-
XYZ58.261.8617.68-
YUV200.4263.43154.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 86 (33.98% from 255) = 16.32%
R=44.97%
G=38.71%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372048600.140.640.0746.8980.7563.33
HexEDCC560E4072f513f
Octal35531412601610075712177
Binary111011011100110010101100111010000001111011111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCC56; }

 p { color: rgb(237,204,86); }

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

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

 a { background-color: rgb(237,204,86); }

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

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

 span { border-color: rgb(237,204,86); }

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