Html Css Color HEX #EAC400 Golden Poppy

📋 copy color: '#EAC400'

red 234 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #EAC400

Tints of Golden Poppy #EAC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 54.42%
G = 45.58%
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

#EAC400 (or 0xEAC400) is known color: Golden Poppy. HEX triplet: EA, C4 and 00. RGB value is (234,196,0). Sum of RGB (Red+Green+Blue) = 234+196+0=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC400 is #153BFF. Grayscale: #B9B9B9. Windows color (decimal): -1391616 or 50410. OLE color: 50410.

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

Color convert

RGB 234 196 0 -
CMYK 0 0.16 1 0.08
HSL 50.26º 1% 0.46% -
HSV(B) 50.26º 1% 0.92% -
XYZ 53.67 56.97 8.17 -
YUV 185.02 23.59 162.94 -
System Red Green Blue C M Y K H S L
Decimal 234 196 0 0 0.16 1 0.08 50.26 1 0.46
Hex EA C4 0 0 10 64 8 32 64 2E
Octal 352 304 0 0 20 144 10 62 144 56
Binary 11101010 11000100 0 0 10000 1100100 1000 110010 1100100 101110

Color Harmonies of #EAC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC400

Black with #EAC400

Text Example


Text Example

White with #EAC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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