Html Css Color HEX #EAC006 Golden Poppy

📋 copy color: '#EAC006'

red 234 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #EAC006

Tints of Golden Poppy #EAC006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.44%

 BLUE value IS 6 (2.73% from 255) = 1.39%

R = 54.17%
G = 44.44%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAC006 (or 0xEAC006) is known color: Golden Poppy. HEX triplet: EA, C0 and 06. RGB value is (234,192,6). Sum of RGB (Red+Green+Blue) = 234+192+6=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 6 (2.73% from 255 or 1.39% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC006 is #153FF9. Grayscale: #B8B8B8. Windows color (decimal): -1392634 or 442602. OLE color: 442602.

HSL color Cylindrical-coordinate representation of color #EAC006: hue angle of 48.95º degrees, saturation: 0.95, 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 #EAC006 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 6 -
CMYK 0 0.18 0.97 0.08
HSL 48.95º 0.95% 0.47% -
HSV(B) 48.95º 0.97% 0.92% -
XYZ 52.81 55.2 8.04 -
YUV 183.35 27.91 164.12 -
System Red Green Blue C M Y K H S L
Decimal 234 192 6 0 0.18 0.97 0.08 48.95 0.95 0.47
Hex EA C0 6 0 12 61 8 31 5F 2F
Octal 352 300 6 0 22 141 10 61 137 57
Binary 11101010 11000000 110 0 10010 1100001 1000 110001 1011111 101111

Color Harmonies of #EAC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC006

Black with #EAC006

Text Example


Text Example

White with #EAC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC006; }

 p { color: rgb(234,192,6); }

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

background-color css

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

 a { background-color: rgb(234,192,6); }

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

border-color css

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

 span { border-color: rgb(234,192,6); }

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