Html Css Color HEX #EBC100 Golden Poppy

📋 copy color: '#EBC100'

red 235 ◦ green 193 ◦ blue 0

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

Shades of Golden Poppy #EBC100

Tints of Golden Poppy #EBC100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.91%
G = 45.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBC100 (or 0xEBC100) is known color: Golden Poppy. HEX triplet: EB, C1 and 00. RGB value is (235,193,0). Sum of RGB (Red+Green+Blue) = 235+193+0=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC100 is #143EFF. Grayscale: #B8B8B8. Windows color (decimal): -1326848 or 49643. OLE color: 49643.

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

Color convert

RGB 235 193 0 -
CMYK 0 0.18 1 0.08
HSL 49.28º 1% 0.46% -
HSV(B) 49.28º 1% 0.92% -
XYZ 53.33 55.8 7.96 -
YUV 183.56 24.41 164.69 -
System Red Green Blue C M Y K H S L
Decimal 235 193 0 0 0.18 1 0.08 49.28 1 0.46
Hex EB C1 0 0 12 64 8 31 64 2E
Octal 353 301 0 0 22 144 10 61 144 56
Binary 11101011 11000001 0 0 10010 1100100 1000 110001 1100100 101110

Color Harmonies of #EBC100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC100

Black with #EBC100

Text Example


Text Example

White with #EBC100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC100; }

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

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

background-color css

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

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

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

border-color css

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

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

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