Html Css Color HEX #EBC401 Golden Poppy

📋 copy color: '#EBC401'

red 235 ◦ green 196 ◦ blue 1

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

Shades of Golden Poppy #EBC401

Tints of Golden Poppy #EBC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.37%

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

R = 54.4%
G = 45.37%
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

#EBC401 (or 0xEBC401) is known color: Golden Poppy. HEX triplet: EB, C4 and 01. RGB value is (235,196,1). Sum of RGB (Red+Green+Blue) = 235+196+1=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC401 is #143BFE. Grayscale: #BABABA. Windows color (decimal): -1326079 or 115947. OLE color: 115947.

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

Color convert

RGB 235 196 1 -
CMYK 0 0.17 1.00 0.08
HSL 50º 0.99% 0.46% -
HSV(B) 50º 1% 0.92% -
XYZ 54.01 57.14 8.21 -
YUV 185.43 23.92 163.36 -
System Red Green Blue C M Y K H S L
Decimal 235 196 1 0 0.17 1.00 0.08 50 0.99 0.46
Hex EB C4 1 0 11 64 8 32 63 2E
Octal 353 304 1 0 21 144 10 62 143 56
Binary 11101011 11000100 1 0 10001 1100100 1000 110010 1100011 101110

Color Harmonies of #EBC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC401

Black with #EBC401

Text Example


Text Example

White with #EBC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC401; }

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

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

background-color css

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

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

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

border-color css

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

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

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