Html Css Color HEX #EBC522 Moon Yellow

📋 copy color: '#EBC522'

red 235 ◦ green 197 ◦ blue 34

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

Shades of Moon Yellow #EBC522

Tints of Moon Yellow #EBC522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.3%

R = 50.43%
G = 42.27%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC522 (or 0xEBC522) is known color: Moon Yellow. HEX triplet: EB, C5 and 22. RGB value is (235,197,34). Sum of RGB (Red+Green+Blue) = 235+197+34=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC522 is #143ADD. Grayscale: #BEBEBE. Windows color (decimal): -1325790 or 2278891. OLE color: 2278891.

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

Color convert

RGB 235 197 34 -
CMYK 0 0.16 0.86 0.08
HSL 48.66º 0.83% 0.53% -
HSV(B) 48.66º 0.86% 0.92% -
XYZ 54.52 57.71 9.78 -
YUV 189.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 235 197 34 0 0.16 0.86 0.08 48.66 0.83 0.53
Hex EB C5 22 0 10 56 8 31 53 35
Octal 353 305 42 0 20 126 10 61 123 65
Binary 11101011 11000101 100010 0 10000 1010110 1000 110001 1010011 110101

Color Harmonies of #EBC522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC522

Black with #EBC522

Text Example


Text Example

White with #EBC522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC522; }

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

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

background-color css

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

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

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

border-color css

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

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

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