#EAD25D

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

Shades of Portica #EAD25D

Tints of Portica #EAD25D

Color information

#EAD25D (or 0xEAD25D) is unknown color: approx Portica. HEX triplet: EA, D2 and 5D. RGB value is (234,210,93). Sum of RGB (Red+Green+Blue) = 234+210+93=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 93 (36.72% from 255 or 17.32% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD25D is #152DA2. Grayscale: #CCCCCC. Windows color (decimal): -1387939 or 6148842. OLE color: 6148842.

HSL color Cylindrical-coordinate representation of color #EAD25D: hue angle of 49.79º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAD25D is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23421093-
CMYK00.100.600.08
HSL49.79º77.05%64.12%-
HSV(B)49.79º60.26%91.76%-
XYZ58.9564.3819.67-
YUV203.8465.45149.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 210 (82.42% from 255) = 39.11%
BLUE value IS 93 (36.72% from 255) = 17.32%
R=43.58%
G=39.11%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342109300.100.600.0849.7977.0564.12
HexEAD25D0A3C8324d40
Octal352322135012741062115100
Binary1110101011010010101110101010111100100011001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD25D; }

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

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

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

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

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

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

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

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