Html Css Color HEX #EAD059 Portica

📋 copy color: '#EAD059'

red 234 ◦ green 208 ◦ blue 89

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

Shades of Portica #EAD059

Tints of Portica #EAD059

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.17%

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

R = 44.07%
G = 39.17%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EAD059 (or 0xEAD059) is known color: Portica. HEX triplet: EA, D0 and 59. RGB value is (234,208,89). Sum of RGB (Red+Green+Blue) = 234+208+89=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 89 (35.16% from 255 or 16.76% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD059 is #152FA6. Grayscale: #CACACA. Windows color (decimal): -1388455 or 5886186. OLE color: 5886186.

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

Color convert

RGB 234 208 89 -
CMYK 0 0.11 0.62 0.08
HSL 49.24º 0.78% 0.63% -
HSV(B) 49.24º 0.62% 0.92% -
XYZ 58.29 63.33 18.6 -
YUV 202.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 234 208 89 0 0.11 0.62 0.08 49.24 0.78 0.63
Hex EA D0 59 0 B 3E 8 31 4E 3F
Octal 352 320 131 0 13 76 10 61 116 77
Binary 11101010 11010000 1011001 0 1011 111110 1000 110001 1001110 111111

Color Harmonies of #EAD059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD059

Black with #EAD059

Text Example


Text Example

White with #EAD059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD059; }

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

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

background-color css

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

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

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

border-color css

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

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

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