#EDDA5C

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

Shades of Portica #EDDA5C

Tints of Portica #EDDA5C

Color information

#EDDA5C (or 0xEDDA5C) is unknown color: approx Portica. HEX triplet: ED, DA and 5C. RGB value is (237,218,92). Sum of RGB (Red+Green+Blue) = 237+218+92=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA5C is #1225A3. Grayscale: #D1D1D1. Windows color (decimal): -1189284 or 6085357. OLE color: 6085357.

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

Color convert

RGB23721892-
CMYK00.080.610.07
HSL52.14º80.11%64.51%-
HSV(B)52.14º61.18%92.94%-
XYZ61.9368.9220.16-
YUV209.3261.79147.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.33%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 92 (36.33% from 255) = 16.82%
R=43.33%
G=39.85%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372189200.080.610.0752.1480.1164.51
HexEDDA5C083D7345041
Octal35533213401075764120101
Binary111011011101101010111000100011110111111010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA5C; }

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

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

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

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

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

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

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

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