Html Css Color HEX #EBC901 Golden Poppy

📋 copy color: '#EBC901'

red 235 ◦ green 201 ◦ blue 1

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

Shades of Golden Poppy #EBC901

Tints of Golden Poppy #EBC901

RGB

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

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

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

R = 53.78%
G = 46%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC901 (or 0xEBC901) is known color: Golden Poppy. HEX triplet: EB, C9 and 01. RGB value is (235,201,1). Sum of RGB (Red+Green+Blue) = 235+201+1=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC901 is #1436FE. Grayscale: #BDBDBD. Windows color (decimal): -1324799 or 117227. OLE color: 117227.

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

Color convert

RGB 235 201 1 -
CMYK 0 0.14 1.00 0.08
HSL 51.28º 0.99% 0.46% -
HSV(B) 51.28º 1% 0.92% -
XYZ 55.15 59.44 8.59 -
YUV 188.37 22.26 161.26 -
System Red Green Blue C M Y K H S L
Decimal 235 201 1 0 0.14 1.00 0.08 51.28 0.99 0.46
Hex EB C9 1 0 E 64 8 33 63 2E
Octal 353 311 1 0 16 144 10 63 143 56
Binary 11101011 11001001 1 0 1110 1100100 1000 110011 1100011 101110

Color Harmonies of #EBC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC901

Black with #EBC901

Text Example


Text Example

White with #EBC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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