Html Css Color HEX #EBC012 Moon Yellow

📋 copy color: '#EBC012'

red 235 ◦ green 192 ◦ blue 18

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

Shades of Moon Yellow #EBC012

Tints of Moon Yellow #EBC012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.15%

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

R = 52.81%
G = 43.15%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EBC012 (or 0xEBC012) is known color: Moon Yellow. HEX triplet: EB, C0 and 12. RGB value is (235,192,18). Sum of RGB (Red+Green+Blue) = 235+192+18=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC012 is #143FED. Grayscale: #B9B9B9. Windows color (decimal): -1327086 or 1229035. OLE color: 1229035.

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

Color convert

RGB 235 192 18 -
CMYK 0 0.18 0.92 0.08
HSL 48.11º 0.86% 0.5% -
HSV(B) 48.11º 0.92% 0.92% -
XYZ 53.22 55.41 8.46 -
YUV 185.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 235 192 18 0 0.18 0.92 0.08 48.11 0.86 0.5
Hex EB C0 12 0 12 5C 8 30 56 32
Octal 353 300 22 0 22 134 10 60 126 62
Binary 11101011 11000000 10010 0 10010 1011100 1000 110000 1010110 110010

Color Harmonies of #EBC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC012

Black with #EBC012

Text Example


Text Example

White with #EBC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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