#EBB707

Color #EBB707 Golden Poppy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Poppy #EBB707

Tints of Golden Poppy #EBB707

Color information

#EBB707 (or 0xEBB707) is unknown color: approx Golden Poppy. HEX triplet: EB, B7 and 07. RGB value is (235,183,7). Sum of RGB (Red+Green+Blue) = 235+183+7=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB707 is #1448F8. Grayscale: #B3B3B3. Windows color (decimal): -1329401 or 505835. OLE color: 505835.

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

Color convert

RGB2351837-
CMYK00.220.970.08
HSL46.32º94.21%47.45%-
HSV(B)46.32º97.02%92.16%-
XYZ51.2351.547.45-
YUV178.4831.23168.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.29%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 7 (3.12% from 255) = 1.65%
R=55.29%
G=43.06%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235183700.220.970.0846.3294.2147.45
HexEBB770166182e5e2f
Octal3532677026141105613657
Binary1110101110110111111010110110000110001011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB707; }

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

 H1.HeaderClassName
 {
   color: #EBB707;
 }
 .AnyTagClassName
 {
   color: #EBB707;
 }
</style>
background-color css

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

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

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

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

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

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