#EDD051

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

Shades of Portica #EDD051

Tints of Portica #EDD051

Color information

#EDD051 (or 0xEDD051) is unknown color: approx Portica. HEX triplet: ED, D0 and 51. RGB value is (237,208,81). Sum of RGB (Red+Green+Blue) = 237+208+81=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD051 is #122FAE. Grayscale: #CACACA. Windows color (decimal): -1191855 or 5361901. OLE color: 5361901.

HSL color Cylindrical-coordinate representation of color #EDD051: hue angle of 48.85º 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 #EDD051 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23720881-
CMYK00.120.660.07
HSL48.85º81.25%62.35%-
HSV(B)48.85º65.82%92.94%-
XYZ58.9763.7116.97-
YUV202.1959.61152.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 81 (32.03% from 255) = 15.40%
R=45.06%
G=39.54%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372088100.120.660.0748.8581.2562.35
HexEDD0510C42731513e
Octal35532012101410276112176
Binary111011011101000010100010110010000101111100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD051; }

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

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

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

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

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

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

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

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