Html Css Color HEX #EAB706 Golden Poppy

📋 copy color: '#EAB706'

red 234 ◦ green 183 ◦ blue 6

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

Shades of Golden Poppy #EAB706

Tints of Golden Poppy #EAB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

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

R = 55.32%
G = 43.26%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EAB706 (or 0xEAB706) is known color: Golden Poppy. HEX triplet: EA, B7 and 06. RGB value is (234,183,6). Sum of RGB (Red+Green+Blue) = 234+183+6=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB706 is #1548F9. Grayscale: #B2B2B2. Windows color (decimal): -1394938 or 440298. OLE color: 440298.

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

Color convert

RGB 234 183 6 -
CMYK 0 0.22 0.97 0.08
HSL 46.58º 0.95% 0.47% -
HSV(B) 46.58º 0.97% 0.92% -
XYZ 50.9 51.37 7.41 -
YUV 178.07 30.9 167.89 -
System Red Green Blue C M Y K H S L
Decimal 234 183 6 0 0.22 0.97 0.08 46.58 0.95 0.47
Hex EA B7 6 0 16 61 8 2F 5F 2F
Octal 352 267 6 0 26 141 10 57 137 57
Binary 11101010 10110111 110 0 10110 1100001 1000 101111 1011111 101111

Color Harmonies of #EAB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB706

Black with #EAB706

Text Example


Text Example

White with #EAB706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB706; }

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

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

background-color css

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

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

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

border-color css

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

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

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