Html Css Color HEX #EBC40C Moon Yellow

📋 copy color: '#EBC40C'

red 235 ◦ green 196 ◦ blue 12

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

Shades of Moon Yellow #EBC40C

Tints of Moon Yellow #EBC40C

RGB

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

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

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

R = 53.05%
G = 44.24%
B = 2.71%

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

#EBC40C (or 0xEBC40C) is known color: Moon Yellow. HEX triplet: EB, C4 and 0C. RGB value is (235,196,12). Sum of RGB (Red+Green+Blue) = 235+196+12=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC40C is #143BF3. Grayscale: #BBBBBB. Windows color (decimal): -1326068 or 836843. OLE color: 836843.

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

Color convert

RGB 235 196 12 -
CMYK 0 0.17 0.95 0.08
HSL 49.51º 0.9% 0.48% -
HSV(B) 49.51º 0.95% 0.92% -
XYZ 54.07 57.17 8.53 -
YUV 186.69 29.42 162.46 -
System Red Green Blue C M Y K H S L
Decimal 235 196 12 0 0.17 0.95 0.08 49.51 0.9 0.48
Hex EB C4 C 0 11 5F 8 32 5A 30
Octal 353 304 14 0 21 137 10 62 132 60
Binary 11101011 11000100 1100 0 10001 1011111 1000 110010 1011010 110000

Color Harmonies of #EBC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC40C

Black with #EBC40C

Text Example


Text Example

White with #EBC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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