#EDD561

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

Shades of Portica #EDD561

Tints of Portica #EDD561

Color information

#EDD561 (or 0xEDD561) is unknown color: approx Portica. HEX triplet: ED, D5 and 61. RGB value is (237,213,97). Sum of RGB (Red+Green+Blue) = 237+213+97=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD561 is #122A9E. Grayscale: #CFCFCF. Windows color (decimal): -1190559 or 6411757. OLE color: 6411757.

HSL color Cylindrical-coordinate representation of color #EDD561: hue angle of 49.71º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDD561 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB23721397-
CMYK00.100.590.07
HSL49.71º79.55%65.49%-
HSV(B)49.71º59.07%92.94%-
XYZ60.8866.4620.93-
YUV206.9565.95149.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 97 (38.28% from 255) = 17.73%
R=43.33%
G=38.94%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372139700.100.590.0749.7179.5565.49
HexEDD5610A3B7325041
Octal35532514101273762120101
Binary111011011101010111000010101011101111111001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD561; }

 p { color: rgb(237,213,97); }

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

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

 a { background-color: rgb(237,213,97); }

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

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

 span { border-color: rgb(237,213,97); }

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