Html Css Color HEX #EBC10C Moon Yellow

📋 copy color: '#EBC10C'

red 235 ◦ green 193 ◦ blue 12

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

Shades of Moon Yellow #EBC10C

Tints of Moon Yellow #EBC10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.86%

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

R = 53.41%
G = 43.86%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBC10C (or 0xEBC10C) is known color: Moon Yellow. HEX triplet: EB, C1 and 0C. RGB value is (235,193,12). Sum of RGB (Red+Green+Blue) = 235+193+12=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC10C is #143EF3. Grayscale: #B9B9B9. Windows color (decimal): -1326836 or 836075. OLE color: 836075.

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

Color convert

RGB 235 193 12 -
CMYK 0 0.18 0.95 0.08
HSL 48.7º 0.9% 0.48% -
HSV(B) 48.7º 0.95% 0.92% -
XYZ 53.4 55.83 8.31 -
YUV 184.92 30.41 163.72 -
System Red Green Blue C M Y K H S L
Decimal 235 193 12 0 0.18 0.95 0.08 48.7 0.9 0.48
Hex EB C1 C 0 12 5F 8 31 5A 30
Octal 353 301 14 0 22 137 10 61 132 60
Binary 11101011 11000001 1100 0 10010 1011111 1000 110001 1011010 110000

Color Harmonies of #EBC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC10C

Black with #EBC10C

Text Example


Text Example

White with #EBC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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