Html Css Color HEX #EBC412 Moon Yellow

📋 copy color: '#EBC412'

red 235 ◦ green 196 ◦ blue 18

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

Shades of Moon Yellow #EBC412

Tints of Moon Yellow #EBC412

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.65%

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

R = 52.34%
G = 43.65%
B = 4.01%

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

#EBC412 (or 0xEBC412) is known color: Moon Yellow. HEX triplet: EB, C4 and 12. RGB value is (235,196,18). Sum of RGB (Red+Green+Blue) = 235+196+18=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC412 is #143BED. Grayscale: #BCBCBC. Windows color (decimal): -1326062 or 1230059. OLE color: 1230059.

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

Color convert

RGB 235 196 18 -
CMYK 0 0.17 0.92 0.08
HSL 49.22º 0.86% 0.5% -
HSV(B) 49.22º 0.92% 0.92% -
XYZ 54.11 57.19 8.76 -
YUV 187.37 32.42 161.97 -
System Red Green Blue C M Y K H S L
Decimal 235 196 18 0 0.17 0.92 0.08 49.22 0.86 0.5
Hex EB C4 12 0 11 5C 8 31 56 32
Octal 353 304 22 0 21 134 10 61 126 62
Binary 11101011 11000100 10010 0 10001 1011100 1000 110001 1010110 110010

Color Harmonies of #EBC412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC412

Black with #EBC412

Text Example


Text Example

White with #EBC412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC412; }

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

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

background-color css

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

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

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

border-color css

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

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

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