Html Css Color HEX #EBC524 Moon Yellow

📋 copy color: '#EBC524'

red 235 ◦ green 197 ◦ blue 36

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

Shades of Moon Yellow #EBC524

Tints of Moon Yellow #EBC524

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 36 (14.45% from 255) = 7.69%

R = 50.21%
G = 42.09%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBC524 (or 0xEBC524) is known color: Moon Yellow. HEX triplet: EB, C5 and 24. RGB value is (235,197,36). Sum of RGB (Red+Green+Blue) = 235+197+36=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC524 is #143ADB. Grayscale: #BEBEBE. Windows color (decimal): -1325788 or 2409963. OLE color: 2409963.

HSL color Cylindrical-coordinate representation of color #EBC524: hue angle of 48.54º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBC524 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 36 -
CMYK 0 0.16 0.85 0.08
HSL 48.54º 0.83% 0.53% -
HSV(B) 48.54º 0.85% 0.92% -
XYZ 54.55 57.72 9.94 -
YUV 190.01 41.09 160.09 -
System Red Green Blue C M Y K H S L
Decimal 235 197 36 0 0.16 0.85 0.08 48.54 0.83 0.53
Hex EB C5 24 0 10 55 8 31 53 35
Octal 353 305 44 0 20 125 10 61 123 65
Binary 11101011 11000101 100100 0 10000 1010101 1000 110001 1010011 110101

Color Harmonies of #EBC524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC524

Black with #EBC524

Text Example


Text Example

White with #EBC524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC524; }

 p { color: rgb(235,197,36); }

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

background-color css

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

 a { background-color: rgb(235,197,36); }

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

border-color css

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

 span { border-color: rgb(235,197,36); }

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