Html Css Color HEX #EBC80C Moon Yellow

📋 copy color: '#EBC80C'

red 235 ◦ green 200 ◦ blue 12

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

Shades of Moon Yellow #EBC80C

Tints of Moon Yellow #EBC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.74%

 BLUE value IS 12 (5.08% from 255) = 2.68%

R = 52.57%
G = 44.74%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC80C (or 0xEBC80C) is known color: Moon Yellow. HEX triplet: EB, C8 and 0C. RGB value is (235,200,12). Sum of RGB (Red+Green+Blue) = 235+200+12=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 12 (5.08% from 255 or 2.68% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC80C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC80C is #1437F3. Grayscale: #BDBDBD. Windows color (decimal): -1325044 or 837867. OLE color: 837867.

HSL color Cylindrical-coordinate representation of color #EBC80C: hue angle of 50.58º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBC80C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 200 12 -
CMYK 0 0.15 0.95 0.08
HSL 50.58º 0.9% 0.48% -
HSV(B) 50.58º 0.95% 0.92% -
XYZ 54.98 59 8.84 -
YUV 189.03 28.1 160.79 -
System Red Green Blue C M Y K H S L
Decimal 235 200 12 0 0.15 0.95 0.08 50.58 0.9 0.48
Hex EB C8 C 0 F 5F 8 33 5A 30
Octal 353 310 14 0 17 137 10 63 132 60
Binary 11101011 11001000 1100 0 1111 1011111 1000 110011 1011010 110000

Color Harmonies of #EBC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC80C

Black with #EBC80C

Text Example


Text Example

White with #EBC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC80C; }

 p { color: rgb(235,200,12); }

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

background-color css

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

 a { background-color: rgb(235,200,12); }

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

border-color css

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

 span { border-color: rgb(235,200,12); }

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