Html Css Color HEX #EAD259 Portica

📋 copy color: '#EAD259'

red 234 ◦ green 210 ◦ blue 89

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

Shades of Portica #EAD259

Tints of Portica #EAD259

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

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

R = 43.9%
G = 39.4%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD259 (or 0xEAD259) is known color: Portica. HEX triplet: EA, D2 and 59. RGB value is (234,210,89). Sum of RGB (Red+Green+Blue) = 234+210+89=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD259 is #152DA6. Grayscale: #CBCBCB. Windows color (decimal): -1387943 or 5886698. OLE color: 5886698.

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

Color convert

RGB 234 210 89 -
CMYK 0 0.10 0.62 0.08
HSL 50.07º 0.78% 0.63% -
HSV(B) 50.07º 0.62% 0.92% -
XYZ 58.78 64.31 18.77 -
YUV 203.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 234 210 89 0 0.10 0.62 0.08 50.07 0.78 0.63
Hex EA D2 59 0 A 3E 8 32 4E 3F
Octal 352 322 131 0 12 76 10 62 116 77
Binary 11101010 11010010 1011001 0 1010 111110 1000 110010 1001110 111111

Color Harmonies of #EAD259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD259

Black with #EAD259

Text Example


Text Example

White with #EAD259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD259; }

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

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

background-color css

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

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

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

border-color css

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

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

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