#EAD052

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

Shades of Portica #EAD052

Tints of Portica #EAD052

Color information

#EAD052 (or 0xEAD052) is unknown color: approx Portica. HEX triplet: EA, D0 and 52. RGB value is (234,208,82). Sum of RGB (Red+Green+Blue) = 234+208+82=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 82 (32.42% from 255 or 15.65% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD052 is #152FAD. Grayscale: #C9C9C9. Windows color (decimal): -1388462 or 5427434. OLE color: 5427434.

HSL color Cylindrical-coordinate representation of color #EAD052: hue angle of 49.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAD052 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23420882-
CMYK00.110.650.08
HSL49.74º78.35%61.96%-
HSV(B)49.74º64.96%91.76%-
XYZ58.0163.2117.13-
YUV201.4160.61151.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 82 (32.42% from 255) = 15.65%
R=44.66%
G=39.69%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342088200.110.650.0849.7478.3561.96
HexEAD0520B418324e3e
Octal352320122013101106211676
Binary1110101011010000101001001011100000110001100101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD052; }

 p { color: rgb(234,208,82); }

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

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

 a { background-color: rgb(234,208,82); }

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

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

 span { border-color: rgb(234,208,82); }

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