Html Css Color HEX #EBC301 Golden Poppy

📋 copy color: '#EBC301'

red 235 ◦ green 195 ◦ blue 1

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

Shades of Golden Poppy #EBC301

Tints of Golden Poppy #EBC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.24%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 54.52%
G = 45.24%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC301 (or 0xEBC301) is known color: Golden Poppy. HEX triplet: EB, C3 and 01. RGB value is (235,195,1). Sum of RGB (Red+Green+Blue) = 235+195+1=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC301 is #143CFE. Grayscale: #B9B9B9. Windows color (decimal): -1326335 or 115691. OLE color: 115691.

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

Color convert

RGB 235 195 1 -
CMYK 0 0.17 1.00 0.08
HSL 49.74º 0.99% 0.46% -
HSV(B) 49.74º 1% 0.92% -
XYZ 53.78 56.69 8.14 -
YUV 184.84 24.25 163.77 -
System Red Green Blue C M Y K H S L
Decimal 235 195 1 0 0.17 1.00 0.08 49.74 0.99 0.46
Hex EB C3 1 0 11 64 8 32 63 2E
Octal 353 303 1 0 21 144 10 62 143 56
Binary 11101011 11000011 1 0 10001 1100100 1000 110010 1100011 101110

Color Harmonies of #EBC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC301

Black with #EBC301

Text Example


Text Example

White with #EBC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC301; }

 p { color: rgb(235,195,1); }

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

background-color css

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

 a { background-color: rgb(235,195,1); }

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

border-color css

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

 span { border-color: rgb(235,195,1); }

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