Html Css Color HEX #EBC400 Golden Poppy

📋 copy color: '#EBC400'

red 235 ◦ green 196 ◦ blue 0

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

Shades of Golden Poppy #EBC400

Tints of Golden Poppy #EBC400

RGB

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

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

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

R = 54.52%
G = 45.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBC400 (or 0xEBC400) is known color: Golden Poppy. HEX triplet: EB, C4 and 00. RGB value is (235,196,0). Sum of RGB (Red+Green+Blue) = 235+196+0=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC400 is #143BFF. Grayscale: #BABABA. Windows color (decimal): -1326080 or 50411. OLE color: 50411.

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

Color convert

RGB 235 196 0 -
CMYK 0 0.17 1 0.08
HSL 50.04º 1% 0.46% -
HSV(B) 50.04º 1% 0.92% -
XYZ 54 57.14 8.18 -
YUV 185.32 23.42 163.44 -
System Red Green Blue C M Y K H S L
Decimal 235 196 0 0 0.17 1 0.08 50.04 1 0.46
Hex EB C4 0 0 11 64 8 32 64 2E
Octal 353 304 0 0 21 144 10 62 144 56
Binary 11101011 11000100 0 0 10001 1100100 1000 110010 1100100 101110

Color Harmonies of #EBC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC400

Black with #EBC400

Text Example


Text Example

White with #EBC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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