Html Css Color HEX #EABA01 Golden Poppy

📋 copy color: '#EABA01'

red 234 ◦ green 186 ◦ blue 1

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

Shades of Golden Poppy #EABA01

Tints of Golden Poppy #EABA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 55.58%
G = 44.18%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EABA01 (or 0xEABA01) is known color: Golden Poppy. HEX triplet: EA, BA and 01. RGB value is (234,186,1). Sum of RGB (Red+Green+Blue) = 234+186+1=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABA01 is #1545FE. Grayscale: #B4B4B4. Windows color (decimal): -1394175 or 113386. OLE color: 113386.

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

Color convert

RGB 234 186 1 -
CMYK 0 0.21 1.00 0.08
HSL 47.64º 0.99% 0.46% -
HSV(B) 47.64º 1% 0.92% -
XYZ 51.5 52.61 7.47 -
YUV 179.26 27.4 167.04 -
System Red Green Blue C M Y K H S L
Decimal 234 186 1 0 0.21 1.00 0.08 47.64 0.99 0.46
Hex EA BA 1 0 15 64 8 30 63 2E
Octal 352 272 1 0 25 144 10 60 143 56
Binary 11101010 10111010 1 0 10101 1100100 1000 110000 1100011 101110

Color Harmonies of #EABA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA01

Black with #EABA01

Text Example


Text Example

White with #EABA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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