Html Css Color HEX #EBC503 Golden Poppy

📋 copy color: '#EBC503'

red 235 ◦ green 197 ◦ blue 3

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

Shades of Golden Poppy #EBC503

Tints of Golden Poppy #EBC503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 54.02%
G = 45.29%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EBC503 (or 0xEBC503) is known color: Golden Poppy. HEX triplet: EB, C5 and 03. RGB value is (235,197,3). Sum of RGB (Red+Green+Blue) = 235+197+3=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 3 (1.56% from 255 or 0.69% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC503 is #143AFC. Grayscale: #BBBBBB. Windows color (decimal): -1325821 or 247275. OLE color: 247275.

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

Color convert

RGB 235 197 3 -
CMYK 0 0.16 0.99 0.08
HSL 50.17º 0.97% 0.47% -
HSV(B) 50.17º 0.99% 0.92% -
XYZ 54.24 57.6 8.35 -
YUV 186.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 235 197 3 0 0.16 0.99 0.08 50.17 0.97 0.47
Hex EB C5 3 0 10 63 8 32 61 2F
Octal 353 305 3 0 20 143 10 62 141 57
Binary 11101011 11000101 11 0 10000 1100011 1000 110010 1100001 101111

Color Harmonies of #EBC503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC503

Black with #EBC503

Text Example


Text Example

White with #EBC503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC503; }

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

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

background-color css

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

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

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

border-color css

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

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

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