Html Css Color HEX #EBC212 Moon Yellow

📋 copy color: '#EBC212'

red 235 ◦ green 194 ◦ blue 18

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

Shades of Moon Yellow #EBC212

Tints of Moon Yellow #EBC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 52.57%
G = 43.4%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBC212 (or 0xEBC212) is known color: Moon Yellow. HEX triplet: EB, C2 and 12. RGB value is (235,194,18). Sum of RGB (Red+Green+Blue) = 235+194+18=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC212 is #143DED. Grayscale: #BABABA. Windows color (decimal): -1326574 or 1229547. OLE color: 1229547.

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

Color convert

RGB 235 194 18 -
CMYK 0 0.17 0.92 0.08
HSL 48.66º 0.86% 0.5% -
HSV(B) 48.66º 0.92% 0.92% -
XYZ 53.66 56.29 8.61 -
YUV 186.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 235 194 18 0 0.17 0.92 0.08 48.66 0.86 0.5
Hex EB C2 12 0 11 5C 8 31 56 32
Octal 353 302 22 0 21 134 10 61 126 62
Binary 11101011 11000010 10010 0 10001 1011100 1000 110001 1010110 110010

Color Harmonies of #EBC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC212

Black with #EBC212

Text Example


Text Example

White with #EBC212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC212; }

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

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

background-color css

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

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

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

border-color css

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

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

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