#EDDA61

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

Shades of Portica #EDDA61

Tints of Portica #EDDA61

Color information

#EDDA61 (or 0xEDDA61) is unknown color: approx Portica. HEX triplet: ED, DA and 61. RGB value is (237,218,97). Sum of RGB (Red+Green+Blue) = 237+218+97=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 97 (38.28% from 255 or 17.57% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA61 is #12259E. Grayscale: #D2D2D2. Windows color (decimal): -1189279 or 6413037. OLE color: 6413037.

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

Color convert

RGB23721897-
CMYK00.080.590.07
HSL51.86º79.55%65.49%-
HSV(B)51.86º59.07%92.94%-
XYZ62.1569.0121.35-
YUV209.8964.29147.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 218 (85.55% from 255) = 39.49%
BLUE value IS 97 (38.28% from 255) = 17.57%
R=42.93%
G=39.49%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372189700.080.590.0751.8679.5565.49
HexEDDA61083B7345041
Octal35533214101073764120101
Binary111011011101101011000010100011101111111010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA61; }

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

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

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

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

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

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

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

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