Html Css Color HEX #EBC20C Moon Yellow

📋 copy color: '#EBC20C'

red 235 ◦ green 194 ◦ blue 12

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

Shades of Moon Yellow #EBC20C

Tints of Moon Yellow #EBC20C

RGB

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

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

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

R = 53.29%
G = 43.99%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC20C (or 0xEBC20C) is known color: Moon Yellow. HEX triplet: EB, C2 and 0C. RGB value is (235,194,12). Sum of RGB (Red+Green+Blue) = 235+194+12=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC20C is #143DF3. Grayscale: #BABABA. Windows color (decimal): -1326580 or 836331. OLE color: 836331.

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

Color convert

RGB 235 194 12 -
CMYK 0 0.17 0.95 0.08
HSL 48.97º 0.9% 0.48% -
HSV(B) 48.97º 0.95% 0.92% -
XYZ 53.62 56.27 8.38 -
YUV 185.51 30.08 163.3 -
System Red Green Blue C M Y K H S L
Decimal 235 194 12 0 0.17 0.95 0.08 48.97 0.9 0.48
Hex EB C2 C 0 11 5F 8 31 5A 30
Octal 353 302 14 0 21 137 10 61 132 60
Binary 11101011 11000010 1100 0 10001 1011111 1000 110001 1011010 110000

Color Harmonies of #EBC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC20C

Black with #EBC20C

Text Example


Text Example

White with #EBC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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