#EAD45D

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

Shades of Portica #EAD45D

Tints of Portica #EAD45D

Color information

#EAD45D (or 0xEAD45D) is unknown color: approx Portica. HEX triplet: EA, D4 and 5D. RGB value is (234,212,93). Sum of RGB (Red+Green+Blue) = 234+212+93=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD45D is #152BA2. Grayscale: #CDCDCD. Windows color (decimal): -1387427 or 6149354. OLE color: 6149354.

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

Color convert

RGB23421293-
CMYK00.090.600.08
HSL50.64º77.05%64.12%-
HSV(B)50.64º60.26%91.76%-
XYZ59.4565.3719.84-
YUV205.0164.79148.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 93 (36.72% from 255) = 17.25%
R=43.41%
G=39.33%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342129300.090.600.0850.6477.0564.12
HexEAD45D093C8334d40
Octal352324135011741063115100
Binary1110101011010100101110101001111100100011001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD45D; }

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

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

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

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

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

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

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

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