Html Css Color HEX #EAD459 Portica

📋 copy color: '#EAD459'

red 234 ◦ green 212 ◦ blue 89

#EAD459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portica #EAD459

Tints of Portica #EAD459

RGB

 RED value IS 234 (91.8% from 255) = 43.74%

 GREEN value IS 212 (83.2% from 255) = 39.63%

 BLUE value IS 89 (35.16% from 255) = 16.64%

R = 43.74%
G = 39.63%
B = 16.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD459 (or 0xEAD459) is known color: Portica. HEX triplet: EA, D4 and 59. RGB value is (234,212,89). Sum of RGB (Red+Green+Blue) = 234+212+89=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD459 is #152BA6. Grayscale: #CDCDCD. Windows color (decimal): -1387431 or 5887210. OLE color: 5887210.

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

Color convert

RGB 234 212 89 -
CMYK 0 0.09 0.62 0.08
HSL 50.9º 0.78% 0.63% -
HSV(B) 50.9º 0.62% 0.92% -
XYZ 59.28 65.3 18.93 -
YUV 204.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 234 212 89 0 0.09 0.62 0.08 50.9 0.78 0.63
Hex EA D4 59 0 9 3E 8 33 4E 3F
Octal 352 324 131 0 11 76 10 63 116 77
Binary 11101010 11010100 1011001 0 1001 111110 1000 110011 1001110 111111

Color Harmonies of #EAD459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD459

Black with #EAD459

Text Example


Text Example

White with #EAD459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD459; }

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

 H1.HeaderClassName
 {
   color: #EAD459;
 }
 .AnyTagClassName
 {
   color: #EAD459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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