#EAD85F

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

Shades of Portica #EAD85F

Tints of Portica #EAD85F

Color information

#EAD85F (or 0xEAD85F) is unknown color: approx Portica. HEX triplet: EA, D8 and 5F. RGB value is (234,216,95). Sum of RGB (Red+Green+Blue) = 234+216+95=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD85F is #1527A0. Grayscale: #D0D0D0. Windows color (decimal): -1386401 or 6281450. OLE color: 6281450.

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

Color convert

RGB23421695-
CMYK00.080.590.08
HSL52.23º76.8%64.51%-
HSV(B)52.23º59.4%91.76%-
XYZ60.5567.4320.65-
YUV207.5964.46146.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 95 (37.5% from 255) = 17.43%
R=42.94%
G=39.63%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342169500.080.590.0852.2376.864.51
HexEAD85F083B8344d41
Octal352330137010731064115101
Binary1110101011011000101111101000111011100011010010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD85F; }

 p { color: rgb(234,216,95); }

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

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

 a { background-color: rgb(234,216,95); }

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

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

 span { border-color: rgb(234,216,95); }

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