Html Css Color HEX #EAC501 Golden Poppy

📋 copy color: '#EAC501'

red 234 ◦ green 197 ◦ blue 1

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

Shades of Golden Poppy #EAC501

Tints of Golden Poppy #EAC501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.6%

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

R = 54.17%
G = 45.6%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EAC501 (or 0xEAC501) is known color: Golden Poppy. HEX triplet: EA, C5 and 01. RGB value is (234,197,1). Sum of RGB (Red+Green+Blue) = 234+197+1=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC501 is #153AFE. Grayscale: #BABABA. Windows color (decimal): -1391359 or 116202. OLE color: 116202.

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

Color convert

RGB 234 197 1 -
CMYK 0 0.16 1.00 0.08
HSL 50.47º 0.99% 0.46% -
HSV(B) 50.47º 1% 0.92% -
XYZ 53.9 57.43 8.27 -
YUV 185.72 23.76 162.44 -
System Red Green Blue C M Y K H S L
Decimal 234 197 1 0 0.16 1.00 0.08 50.47 0.99 0.46
Hex EA C5 1 0 10 64 8 32 63 2E
Octal 352 305 1 0 20 144 10 62 143 56
Binary 11101010 11000101 1 0 10000 1100100 1000 110010 1100011 101110

Color Harmonies of #EAC501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC501

Black with #EAC501

Text Example


Text Example

White with #EAC501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC501; }

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

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

background-color css

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

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

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

border-color css

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

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

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