#EAD45B

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

Shades of Portica #EAD45B

Tints of Portica #EAD45B

Color information

#EAD45B (or 0xEAD45B) is unknown color: approx Portica. HEX triplet: EA, D4 and 5B. RGB value is (234,212,91). Sum of RGB (Red+Green+Blue) = 234+212+91=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD45B is #152BA4. Grayscale: #CDCDCD. Windows color (decimal): -1387429 or 6018282. OLE color: 6018282.

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

Color convert

RGB23421291-
CMYK00.090.610.08
HSL50.77º77.3%63.73%-
HSV(B)50.77º61.11%91.76%-
XYZ59.3665.3319.38-
YUV204.7863.79148.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.58%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 91 (35.94% from 255) = 16.95%
R=43.58%
G=39.48%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342129100.090.610.0850.7777.363.73
HexEAD45B093D8334d40
Octal352324133011751063115100
Binary1110101011010100101101101001111101100011001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD45B; }

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

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

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

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

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

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

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

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