Html Css Color HEX #EBC504 Golden Poppy

📋 copy color: '#EBC504'

red 235 ◦ green 197 ◦ blue 4

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

Shades of Golden Poppy #EBC504

Tints of Golden Poppy #EBC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 53.9%
G = 45.18%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EBC504 (or 0xEBC504) is known color: Golden Poppy. HEX triplet: EB, C5 and 04. RGB value is (235,197,4). Sum of RGB (Red+Green+Blue) = 235+197+4=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC504 is #143AFB. Grayscale: #BBBBBB. Windows color (decimal): -1325820 or 312811. OLE color: 312811.

HSL color Cylindrical-coordinate representation of color #EBC504: hue angle of 50.13º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EBC504 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 4 -
CMYK 0 0.16 0.98 0.08
HSL 50.13º 0.97% 0.47% -
HSV(B) 50.13º 0.98% 0.92% -
XYZ 54.25 57.6 8.37 -
YUV 186.36 25.09 162.69 -
System Red Green Blue C M Y K H S L
Decimal 235 197 4 0 0.16 0.98 0.08 50.13 0.97 0.47
Hex EB C5 4 0 10 62 8 32 61 2F
Octal 353 305 4 0 20 142 10 62 141 57
Binary 11101011 11000101 100 0 10000 1100010 1000 110010 1100001 101111

Color Harmonies of #EBC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC504

Black with #EBC504

Text Example


Text Example

White with #EBC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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