Html Css Color HEX #EBC211 Moon Yellow

📋 copy color: '#EBC211'

red 235 ◦ green 194 ◦ blue 17

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

Shades of Moon Yellow #EBC211

Tints of Moon Yellow #EBC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 17 (7.03% from 255) = 3.81%

R = 52.69%
G = 43.5%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBC211 (or 0xEBC211) is known color: Moon Yellow. HEX triplet: EB, C2 and 11. RGB value is (235,194,17). Sum of RGB (Red+Green+Blue) = 235+194+17=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC211 is #143DEE. Grayscale: #BABABA. Windows color (decimal): -1326575 or 1164011. OLE color: 1164011.

HSL color Cylindrical-coordinate representation of color #EBC211: hue angle of 48.72º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBC211 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 17 -
CMYK 0 0.17 0.93 0.08
HSL 48.72º 0.87% 0.49% -
HSV(B) 48.72º 0.93% 0.92% -
XYZ 53.65 56.29 8.57 -
YUV 186.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 235 194 17 0 0.17 0.93 0.08 48.72 0.87 0.49
Hex EB C2 11 0 11 5D 8 31 57 31
Octal 353 302 21 0 21 135 10 61 127 61
Binary 11101011 11000010 10001 0 10001 1011101 1000 110001 1010111 110001

Color Harmonies of #EBC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC211

Black with #EBC211

Text Example


Text Example

White with #EBC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC211; }

 p { color: rgb(235,194,17); }

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

background-color css

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

 a { background-color: rgb(235,194,17); }

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

border-color css

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

 span { border-color: rgb(235,194,17); }

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