#EBBC07

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

Shades of Golden Poppy #EBBC07

Tints of Golden Poppy #EBBC07

Color information

#EBBC07 (or 0xEBBC07) is unknown color: approx Golden Poppy. HEX triplet: EB, BC and 07. RGB value is (235,188,7). Sum of RGB (Red+Green+Blue) = 235+188+7=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBC07 is #1443F8. Grayscale: #B6B6B6. Windows color (decimal): -1328121 or 507115. OLE color: 507115.

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

Color convert

RGB2351887-
CMYK00.20.970.08
HSL47.63º94.21%47.45%-
HSV(B)47.63º97.02%92.16%-
XYZ52.2853.647.8-
YUV181.4229.57166.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.65%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 7 (3.12% from 255) = 1.63%
R=54.65%
G=43.72%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.97
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235188700.20.970.0847.6394.2147.45
HexEBBC7014618305e2f
Octal3532747024141106013657
Binary1110101110111100111010100110000110001100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC07; }

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

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

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

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

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

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

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

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