Html Css Color HEX #EAC500 Golden Poppy

📋 copy color: '#EAC500'

red 234 ◦ green 197 ◦ blue 0

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

Shades of Golden Poppy #EAC500

Tints of Golden Poppy #EAC500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.29%
G = 45.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAC500 (or 0xEAC500) is known color: Golden Poppy. HEX triplet: EA, C5 and 00. RGB value is (234,197,0). Sum of RGB (Red+Green+Blue) = 234+197+0=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC500 is #153AFF. Grayscale: #BABABA. Windows color (decimal): -1391360 or 50666. OLE color: 50666.

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

Color convert

RGB 234 197 0 -
CMYK 0 0.16 1 0.08
HSL 50.51º 1% 0.46% -
HSV(B) 50.51º 1% 0.92% -
XYZ 53.9 57.42 8.24 -
YUV 185.61 23.26 162.52 -
System Red Green Blue C M Y K H S L
Decimal 234 197 0 0 0.16 1 0.08 50.51 1 0.46
Hex EA C5 0 0 10 64 8 33 64 2E
Octal 352 305 0 0 20 144 10 63 144 56
Binary 11101010 11000101 0 0 10000 1100100 1000 110011 1100100 101110

Color Harmonies of #EAC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC500

Black with #EAC500

Text Example


Text Example

White with #EAC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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