Html Css Color HEX #EBC415 Moon Yellow

📋 copy color: '#EBC415'

red 235 ◦ green 196 ◦ blue 21

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

Shades of Moon Yellow #EBC415

Tints of Moon Yellow #EBC415

RGB

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

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

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

R = 51.99%
G = 43.36%
B = 4.65%

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

#EBC415 (or 0xEBC415) is known color: Moon Yellow. HEX triplet: EB, C4 and 15. RGB value is (235,196,21). Sum of RGB (Red+Green+Blue) = 235+196+21=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC415 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC415 is #143BEA. Grayscale: #BCBCBC. Windows color (decimal): -1326059 or 1426667. OLE color: 1426667.

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

Color convert

RGB 235 196 21 -
CMYK 0 0.17 0.91 0.08
HSL 49.07º 0.84% 0.5% -
HSV(B) 49.07º 0.91% 0.92% -
XYZ 54.14 57.2 8.9 -
YUV 187.71 33.92 161.73 -
System Red Green Blue C M Y K H S L
Decimal 235 196 21 0 0.17 0.91 0.08 49.07 0.84 0.5
Hex EB C4 15 0 11 5B 8 31 54 32
Octal 353 304 25 0 21 133 10 61 124 62
Binary 11101011 11000100 10101 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC415

Black with #EBC415

Text Example


Text Example

White with #EBC415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC415; }

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

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

background-color css

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

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

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

border-color css

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

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

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