Html Css Color HEX #EBC500 Golden Poppy

📋 copy color: '#EBC500'

red 235 ◦ green 197 ◦ blue 0

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

Shades of Golden Poppy #EBC500

Tints of Golden Poppy #EBC500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.6%

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

R = 54.4%
G = 45.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EBC500 (or 0xEBC500) is known color: Golden Poppy. HEX triplet: EB, C5 and 00. RGB value is (235,197,0). Sum of RGB (Red+Green+Blue) = 235+197+0=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC500 is #143AFF. Grayscale: #BABABA. Windows color (decimal): -1325824 or 50667. OLE color: 50667.

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

Color convert

RGB 235 197 0 -
CMYK 0 0.16 1 0.08
HSL 50.3º 1% 0.46% -
HSV(B) 50.3º 1% 0.92% -
XYZ 54.23 57.59 8.26 -
YUV 185.9 23.09 163.02 -
System Red Green Blue C M Y K H S L
Decimal 235 197 0 0 0.16 1 0.08 50.3 1 0.46
Hex EB C5 0 0 10 64 8 32 64 2E
Octal 353 305 0 0 20 144 10 62 144 56
Binary 11101011 11000101 0 0 10000 1100100 1000 110010 1100100 101110

Color Harmonies of #EBC500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC500

Black with #EBC500

Text Example


Text Example

White with #EBC500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC500; }

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

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

background-color css

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

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

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

border-color css

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

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

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