#EBC602

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

Shades of Golden Poppy #EBC602

Tints of Golden Poppy #EBC602

Color information

#EBC602 (or 0xEBC602) is unknown color: approx Golden Poppy. HEX triplet: EB, C6 and 02. RGB value is (235,198,2). Sum of RGB (Red+Green+Blue) = 235+198+2=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC602 is #1439FD. Grayscale: #BBBBBB. Windows color (decimal): -1325566 or 181995. OLE color: 181995.

HSL color Cylindrical-coordinate representation of color #EBC602: hue angle of 50.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBC602 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB2351982-
CMYK00.160.990.08
HSL50.47º98.31%46.47%-
HSV(B)50.47º99.15%92.16%-
XYZ54.4758.058.39-
YUV186.7223.76162.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.02%
GREEN value IS 198 (77.73% from 255) = 45.52%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=54.02%
G=45.52%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235198200.160.990.0850.4798.3146.47
HexEBC6201063832622e
Octal3533062020143106214256
Binary111010111100011010010000110001110001100101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC602; }

 p { color: rgb(235,198,2); }

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

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

 a { background-color: rgb(235,198,2); }

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

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

 span { border-color: rgb(235,198,2); }

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