Html Css Color HEX #EBC101 Golden Poppy

📋 copy color: '#EBC101'

red 235 ◦ green 193 ◦ blue 1

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

Shades of Golden Poppy #EBC101

Tints of Golden Poppy #EBC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.99%

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

R = 54.78%
G = 44.99%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EBC101 (or 0xEBC101) is known color: Golden Poppy. HEX triplet: EB, C1 and 01. RGB value is (235,193,1). Sum of RGB (Red+Green+Blue) = 235+193+1=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC101 is #143EFE. Grayscale: #B8B8B8. Windows color (decimal): -1326847 or 115179. OLE color: 115179.

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

Color convert

RGB 235 193 1 -
CMYK 0 0.18 1.00 0.08
HSL 49.23º 0.99% 0.46% -
HSV(B) 49.23º 1% 0.92% -
XYZ 53.34 55.8 7.99 -
YUV 183.67 24.91 164.61 -
System Red Green Blue C M Y K H S L
Decimal 235 193 1 0 0.18 1.00 0.08 49.23 0.99 0.46
Hex EB C1 1 0 12 64 8 31 63 2E
Octal 353 301 1 0 22 144 10 61 143 56
Binary 11101011 11000001 1 0 10010 1100100 1000 110001 1100011 101110

Color Harmonies of #EBC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC101

Black with #EBC101

Text Example


Text Example

White with #EBC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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