Html Css Color HEX #EBC116 Moon Yellow

📋 copy color: '#EBC116'

red 235 ◦ green 193 ◦ blue 22

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

Shades of Moon Yellow #EBC116

Tints of Moon Yellow #EBC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.89%

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

R = 52.22%
G = 42.89%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC116 (or 0xEBC116) is known color: Moon Yellow. HEX triplet: EB, C1 and 16. RGB value is (235,193,22). Sum of RGB (Red+Green+Blue) = 235+193+22=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC116 is #143EE9. Grayscale: #BABABA. Windows color (decimal): -1326826 or 1491435. OLE color: 1491435.

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

Color convert

RGB 235 193 22 -
CMYK 0 0.18 0.91 0.08
HSL 48.17º 0.84% 0.5% -
HSV(B) 48.17º 0.91% 0.92% -
XYZ 53.48 55.86 8.72 -
YUV 186.06 35.41 162.9 -
System Red Green Blue C M Y K H S L
Decimal 235 193 22 0 0.18 0.91 0.08 48.17 0.84 0.5
Hex EB C1 16 0 12 5B 8 30 54 32
Octal 353 301 26 0 22 133 10 60 124 62
Binary 11101011 11000001 10110 0 10010 1011011 1000 110000 1010100 110010

Color Harmonies of #EBC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC116

Black with #EBC116

Text Example


Text Example

White with #EBC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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