Html Css Color HEX #EAC801 Golden Poppy

📋 copy color: '#EAC801'

red 234 ◦ green 200 ◦ blue 1

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

Shades of Golden Poppy #EAC801

Tints of Golden Poppy #EAC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

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

R = 53.79%
G = 45.98%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAC801 (or 0xEAC801) is known color: Golden Poppy. HEX triplet: EA, C8 and 01. RGB value is (234,200,1). Sum of RGB (Red+Green+Blue) = 234+200+1=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC801 is #1537FE. Grayscale: #BCBCBC. Windows color (decimal): -1390591 or 116970. OLE color: 116970.

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

Color convert

RGB 234 200 1 -
CMYK 0 0.15 1.00 0.08
HSL 51.24º 0.99% 0.46% -
HSV(B) 51.24º 1% 0.92% -
XYZ 54.59 58.8 8.5 -
YUV 187.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 234 200 1 0 0.15 1.00 0.08 51.24 0.99 0.46
Hex EA C8 1 0 F 64 8 33 63 2E
Octal 352 310 1 0 17 144 10 63 143 56
Binary 11101010 11001000 1 0 1111 1100100 1000 110011 1100011 101110

Color Harmonies of #EAC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC801

Black with #EAC801

Text Example


Text Example

White with #EAC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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