Html Css Color HEX #EAD359 Portica

📋 copy color: '#EAD359'

red 234 ◦ green 211 ◦ blue 89

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

Shades of Portica #EAD359

Tints of Portica #EAD359

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.51%

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

R = 43.82%
G = 39.51%
B = 16.67%

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

#EAD359 (or 0xEAD359) is known color: Portica. HEX triplet: EA, D3 and 59. RGB value is (234,211,89). Sum of RGB (Red+Green+Blue) = 234+211+89=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 89 (35.16% from 255 or 16.67% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD359 is #152CA6. Grayscale: #CCCCCC. Windows color (decimal): -1387687 or 5886954. OLE color: 5886954.

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

Color convert

RGB 234 211 89 -
CMYK 0 0.10 0.62 0.08
HSL 50.48º 0.78% 0.63% -
HSV(B) 50.48º 0.62% 0.92% -
XYZ 59.03 64.8 18.85 -
YUV 203.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 234 211 89 0 0.10 0.62 0.08 50.48 0.78 0.63
Hex EA D3 59 0 A 3E 8 32 4E 3F
Octal 352 323 131 0 12 76 10 62 116 77
Binary 11101010 11010011 1011001 0 1010 111110 1000 110010 1001110 111111

Color Harmonies of #EAD359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD359

Black with #EAD359

Text Example


Text Example

White with #EAD359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD359; }

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

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

background-color css

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

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

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

border-color css

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

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

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