Html Css Color HEX #EBC201 Golden Poppy

📋 copy color: '#EBC201'

red 235 ◦ green 194 ◦ blue 1

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

Shades of Golden Poppy #EBC201

Tints of Golden Poppy #EBC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.12%

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

R = 54.65%
G = 45.12%
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

#EBC201 (or 0xEBC201) is known color: Golden Poppy. HEX triplet: EB, C2 and 01. RGB value is (235,194,1). Sum of RGB (Red+Green+Blue) = 235+194+1=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC201 is #143DFE. Grayscale: #B9B9B9. Windows color (decimal): -1326591 or 115435. OLE color: 115435.

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

Color convert

RGB 235 194 1 -
CMYK 0 0.17 1.00 0.08
HSL 49.49º 0.99% 0.46% -
HSV(B) 49.49º 1% 0.92% -
XYZ 53.56 56.25 8.06 -
YUV 184.26 24.58 164.19 -
System Red Green Blue C M Y K H S L
Decimal 235 194 1 0 0.17 1.00 0.08 49.49 0.99 0.46
Hex EB C2 1 0 11 64 8 31 63 2E
Octal 353 302 1 0 21 144 10 61 143 56
Binary 11101011 11000010 1 0 10001 1100100 1000 110001 1100011 101110

Color Harmonies of #EBC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC201

Black with #EBC201

Text Example


Text Example

White with #EBC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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