Html Css Color HEX #EAB707 Golden Poppy

📋 copy color: '#EAB707'

red 234 ◦ green 183 ◦ blue 7

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

Shades of Golden Poppy #EAB707

Tints of Golden Poppy #EAB707

RGB

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

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

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

R = 55.19%
G = 43.16%
B = 1.65%

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

#EAB707 (or 0xEAB707) is known color: Golden Poppy. HEX triplet: EA, B7 and 07. RGB value is (234,183,7). Sum of RGB (Red+Green+Blue) = 234+183+7=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB707 is #1548F8. Grayscale: #B2B2B2. Windows color (decimal): -1394937 or 505834. OLE color: 505834.

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

Color convert

RGB 234 183 7 -
CMYK 0 0.22 0.97 0.08
HSL 46.52º 0.94% 0.47% -
HSV(B) 46.52º 0.97% 0.92% -
XYZ 50.9 51.37 7.43 -
YUV 178.19 31.4 167.81 -
System Red Green Blue C M Y K H S L
Decimal 234 183 7 0 0.22 0.97 0.08 46.52 0.94 0.47
Hex EA B7 7 0 16 61 8 2F 5E 2F
Octal 352 267 7 0 26 141 10 57 136 57
Binary 11101010 10110111 111 0 10110 1100001 1000 101111 1011110 101111

Color Harmonies of #EAB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB707

Black with #EAB707

Text Example


Text Example

White with #EAB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB707; }

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

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

background-color css

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

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

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

border-color css

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

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

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