Html Css Color HEX #EBC802 Golden Poppy

📋 copy color: '#EBC802'

red 235 ◦ green 200 ◦ blue 2

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

Shades of Golden Poppy #EBC802

Tints of Golden Poppy #EBC802

RGB

 RED value IS 235 (92.19% from 255) = 53.78%

 GREEN value IS 200 (78.52% from 255) = 45.77%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 53.78%
G = 45.77%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC802 (or 0xEBC802) is known color: Golden Poppy. HEX triplet: EB, C8 and 02. RGB value is (235,200,2). Sum of RGB (Red+Green+Blue) = 235+200+2=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC802 is #1437FD. Grayscale: #BCBCBC. Windows color (decimal): -1325054 or 182507. OLE color: 182507.

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

Color convert

RGB 235 200 2 -
CMYK 0 0.15 0.99 0.08
HSL 50.99º 0.98% 0.46% -
HSV(B) 50.99º 0.99% 0.92% -
XYZ 54.93 58.98 8.55 -
YUV 187.89 23.1 161.6 -
System Red Green Blue C M Y K H S L
Decimal 235 200 2 0 0.15 0.99 0.08 50.99 0.98 0.46
Hex EB C8 2 0 F 63 8 33 62 2E
Octal 353 310 2 0 17 143 10 63 142 56
Binary 11101011 11001000 10 0 1111 1100011 1000 110011 1100010 101110

Color Harmonies of #EBC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC802

Black with #EBC802

Text Example


Text Example

White with #EBC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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