Html Css Color HEX #EBC902 Golden Poppy

📋 copy color: '#EBC902'

red 235 ◦ green 201 ◦ blue 2

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

Shades of Golden Poppy #EBC902

Tints of Golden Poppy #EBC902

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

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

R = 53.65%
G = 45.89%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC902 (or 0xEBC902) is known color: Golden Poppy. HEX triplet: EB, C9 and 02. RGB value is (235,201,2). Sum of RGB (Red+Green+Blue) = 235+201+2=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC902 is #1436FD. Grayscale: #BDBDBD. Windows color (decimal): -1324798 or 182763. OLE color: 182763.

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

Color convert

RGB 235 201 2 -
CMYK 0 0.14 0.99 0.08
HSL 51.24º 0.98% 0.46% -
HSV(B) 51.24º 0.99% 0.92% -
XYZ 55.16 59.44 8.62 -
YUV 188.48 22.76 161.18 -
System Red Green Blue C M Y K H S L
Decimal 235 201 2 0 0.14 0.99 0.08 51.24 0.98 0.46
Hex EB C9 2 0 E 63 8 33 62 2E
Octal 353 311 2 0 16 143 10 63 142 56
Binary 11101011 11001001 10 0 1110 1100011 1000 110011 1100010 101110

Color Harmonies of #EBC902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC902

Black with #EBC902

Text Example


Text Example

White with #EBC902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC902; }

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

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

background-color css

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

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

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

border-color css

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

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

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