#EDCF51

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

Shades of Portica #EDCF51

Tints of Portica #EDCF51

Color information

#EDCF51 (or 0xEDCF51) is unknown color: approx Portica. HEX triplet: ED, CF and 51. RGB value is (237,207,81). Sum of RGB (Red+Green+Blue) = 237+207+81=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF51 is #1230AE. Grayscale: #CACACA. Windows color (decimal): -1192111 or 5361645. OLE color: 5361645.

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

Color convert

RGB23720781-
CMYK00.130.660.07
HSL48.46º81.25%62.35%-
HSV(B)48.46º65.82%92.94%-
XYZ58.7263.2216.89-
YUV201.6159.94153.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 81 (32.03% from 255) = 15.43%
R=45.14%
G=39.43%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372078100.130.660.0748.4681.2562.35
HexEDCF510D42730513e
Octal35531712101510276012176
Binary111011011100111110100010110110000101111100001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF51; }

 p { color: rgb(237,207,81); }

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

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

 a { background-color: rgb(237,207,81); }

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

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

 span { border-color: rgb(237,207,81); }

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