Html Css Color HEX #EAB901 Golden Poppy

📋 copy color: '#EAB901'

red 234 ◦ green 185 ◦ blue 1

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

Shades of Golden Poppy #EAB901

Tints of Golden Poppy #EAB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.05%

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

R = 55.71%
G = 44.05%
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

#EAB901 (or 0xEAB901) is known color: Golden Poppy. HEX triplet: EA, B9 and 01. RGB value is (234,185,1). Sum of RGB (Red+Green+Blue) = 234+185+1=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB901 is #1546FE. Grayscale: #B3B3B3. Windows color (decimal): -1394431 or 113130. OLE color: 113130.

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

Color convert

RGB 234 185 1 -
CMYK 0 0.21 1.00 0.08
HSL 47.38º 0.99% 0.46% -
HSV(B) 47.38º 1% 0.92% -
XYZ 51.29 52.19 7.4 -
YUV 178.68 27.73 167.46 -
System Red Green Blue C M Y K H S L
Decimal 234 185 1 0 0.21 1.00 0.08 47.38 0.99 0.46
Hex EA B9 1 0 15 64 8 2F 63 2E
Octal 352 271 1 0 25 144 10 57 143 56
Binary 11101010 10111001 1 0 10101 1100100 1000 101111 1100011 101110

Color Harmonies of #EAB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB901

Black with #EAB901

Text Example


Text Example

White with #EAB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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