Html Css Color HEX #EBC215 Moon Yellow

📋 copy color: '#EBC215'

red 235 ◦ green 194 ◦ blue 21

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

Shades of Moon Yellow #EBC215

Tints of Moon Yellow #EBC215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.67%

R = 52.22%
G = 43.11%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC215 (or 0xEBC215) is known color: Moon Yellow. HEX triplet: EB, C2 and 15. RGB value is (235,194,21). Sum of RGB (Red+Green+Blue) = 235+194+21=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC215 is #143DEA. Grayscale: #BBBBBB. Windows color (decimal): -1326571 or 1426155. OLE color: 1426155.

HSL color Cylindrical-coordinate representation of color #EBC215: hue angle of 48.5º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBC215 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 21 -
CMYK 0 0.17 0.91 0.08
HSL 48.5º 0.84% 0.5% -
HSV(B) 48.5º 0.91% 0.92% -
XYZ 53.69 56.3 8.75 -
YUV 186.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 235 194 21 0 0.17 0.91 0.08 48.5 0.84 0.5
Hex EB C2 15 0 11 5B 8 31 54 32
Octal 353 302 25 0 21 133 10 61 124 62
Binary 11101011 11000010 10101 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC215

Black with #EBC215

Text Example


Text Example

White with #EBC215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC215; }

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

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

background-color css

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

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

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

border-color css

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

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

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