Html Css Color HEX #EBC516 Moon Yellow

📋 copy color: '#EBC516'

red 235 ◦ green 197 ◦ blue 22

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

Shades of Moon Yellow #EBC516

Tints of Moon Yellow #EBC516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.85%

R = 51.76%
G = 43.39%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC516 (or 0xEBC516) is known color: Moon Yellow. HEX triplet: EB, C5 and 16. RGB value is (235,197,22). Sum of RGB (Red+Green+Blue) = 235+197+22=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC516 is #143AE9. Grayscale: #BDBDBD. Windows color (decimal): -1325802 or 1492459. OLE color: 1492459.

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

Color convert

RGB 235 197 22 -
CMYK 0 0.16 0.91 0.08
HSL 49.3º 0.84% 0.5% -
HSV(B) 49.3º 0.91% 0.92% -
XYZ 54.37 57.65 9.02 -
YUV 188.41 34.09 161.23 -
System Red Green Blue C M Y K H S L
Decimal 235 197 22 0 0.16 0.91 0.08 49.3 0.84 0.5
Hex EB C5 16 0 10 5B 8 31 54 32
Octal 353 305 26 0 20 133 10 61 124 62
Binary 11101011 11000101 10110 0 10000 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC516

Black with #EBC516

Text Example


Text Example

White with #EBC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC516; }

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

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

background-color css

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

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

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

border-color css

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

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

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