Html Css Color HEX #EABA03 Golden Poppy

📋 copy color: '#EABA03'

red 234 ◦ green 186 ◦ blue 3

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

Shades of Golden Poppy #EABA03

Tints of Golden Poppy #EABA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

 BLUE value IS 3 (1.56% from 255) = 0.71%

R = 55.32%
G = 43.97%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EABA03 (or 0xEABA03) is known color: Golden Poppy. HEX triplet: EA, BA and 03. RGB value is (234,186,3). Sum of RGB (Red+Green+Blue) = 234+186+3=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA03 is #1545FC. Grayscale: #B4B4B4. Windows color (decimal): -1394173 or 244458. OLE color: 244458.

HSL color Cylindrical-coordinate representation of color #EABA03: hue angle of 47.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EABA03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 186 3 -
CMYK 0 0.21 0.99 0.08
HSL 47.53º 0.97% 0.46% -
HSV(B) 47.53º 0.99% 0.92% -
XYZ 51.51 52.62 7.53 -
YUV 179.49 28.4 166.88 -
System Red Green Blue C M Y K H S L
Decimal 234 186 3 0 0.21 0.99 0.08 47.53 0.97 0.46
Hex EA BA 3 0 15 63 8 30 61 2E
Octal 352 272 3 0 25 143 10 60 141 56
Binary 11101010 10111010 11 0 10101 1100011 1000 110000 1100001 101110

Color Harmonies of #EABA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA03

Black with #EABA03

Text Example


Text Example

White with #EABA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA03; }

 p { color: rgb(234,186,3); }

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

background-color css

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

 a { background-color: rgb(234,186,3); }

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

border-color css

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

 span { border-color: rgb(234,186,3); }

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