#EAD560

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

Shades of Portica #EAD560

Tints of Portica #EAD560

Color information

#EAD560 (or 0xEAD560) is unknown color: approx Portica. HEX triplet: EA, D5 and 60. RGB value is (234,213,96). Sum of RGB (Red+Green+Blue) = 234+213+96=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD560 is #152A9F. Grayscale: #CECECE. Windows color (decimal): -1387168 or 6346218. OLE color: 6346218.

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

Color convert

RGB23421396-
CMYK00.090.590.08
HSL50.87º76.67%64.71%-
HSV(B)50.87º58.97%91.76%-
XYZ59.8465.9320.64-
YUV205.9465.96148.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=43.09%
G=39.23%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342139600.090.590.0850.8776.6764.71
HexEAD560093B8334d41
Octal352325140011731063115101
Binary1110101011010101110000001001111011100011001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD560; }

 p { color: rgb(234,213,96); }

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

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

 a { background-color: rgb(234,213,96); }

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

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

 span { border-color: rgb(234,213,96); }

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