#EAD25F

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

Shades of Portica #EAD25F

Tints of Portica #EAD25F

Color information

#EAD25F (or 0xEAD25F) is unknown color: approx Portica. HEX triplet: EA, D2 and 5F. RGB value is (234,210,95). Sum of RGB (Red+Green+Blue) = 234+210+95=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD25F is #152DA0. Grayscale: #CCCCCC. Windows color (decimal): -1387937 or 6279914. OLE color: 6279914.

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

Color convert

RGB23421095-
CMYK00.100.590.08
HSL49.64º76.8%64.51%-
HSV(B)49.64º59.4%91.76%-
XYZ59.0464.4120.15-
YUV204.0766.45149.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 210 (82.42% from 255) = 38.96%
BLUE value IS 95 (37.5% from 255) = 17.63%
R=43.41%
G=38.96%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342109500.100.590.0849.6476.864.51
HexEAD25F0A3B8324d41
Octal352322137012731062115101
Binary1110101011010010101111101010111011100011001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD25F; }

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

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

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

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

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

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

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

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