Html Css Color HEX #EAC407 Golden Poppy

📋 copy color: '#EAC407'

red 234 ◦ green 196 ◦ blue 7

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

Shades of Golden Poppy #EAC407

Tints of Golden Poppy #EAC407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 53.55%
G = 44.85%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC407 (or 0xEAC407) is known color: Golden Poppy. HEX triplet: EA, C4 and 07. RGB value is (234,196,7). Sum of RGB (Red+Green+Blue) = 234+196+7=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC407 is #153BF8. Grayscale: #BABABA. Windows color (decimal): -1391609 or 509162. OLE color: 509162.

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

Color convert

RGB 234 196 7 -
CMYK 0 0.16 0.97 0.08
HSL 49.96º 0.94% 0.47% -
HSV(B) 49.96º 0.97% 0.92% -
XYZ 53.71 56.99 8.37 -
YUV 185.82 27.09 162.37 -
System Red Green Blue C M Y K H S L
Decimal 234 196 7 0 0.16 0.97 0.08 49.96 0.94 0.47
Hex EA C4 7 0 10 61 8 32 5E 2F
Octal 352 304 7 0 20 141 10 62 136 57
Binary 11101010 11000100 111 0 10000 1100001 1000 110010 1011110 101111

Color Harmonies of #EAC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC407

Black with #EAC407

Text Example


Text Example

White with #EAC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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