Html Css Color HEX #EBC420 Moon Yellow

📋 copy color: '#EBC420'

red 235 ◦ green 196 ◦ blue 32

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

Shades of Moon Yellow #EBC420

Tints of Moon Yellow #EBC420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.91%

R = 50.76%
G = 42.33%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBC420 (or 0xEBC420) is known color: Moon Yellow. HEX triplet: EB, C4 and 20. RGB value is (235,196,32). Sum of RGB (Red+Green+Blue) = 235+196+32=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 32 (12.89% from 255 or 6.91% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC420 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC420 is #143BDF. Grayscale: #BDBDBD. Windows color (decimal): -1326048 or 2147563. OLE color: 2147563.

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

Color convert

RGB 235 196 32 -
CMYK 0 0.17 0.86 0.08
HSL 48.47º 0.84% 0.52% -
HSV(B) 48.47º 0.86% 0.92% -
XYZ 54.26 57.25 9.56 -
YUV 188.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 235 196 32 0 0.17 0.86 0.08 48.47 0.84 0.52
Hex EB C4 20 0 11 56 8 30 54 34
Octal 353 304 40 0 21 126 10 60 124 64
Binary 11101011 11000100 100000 0 10001 1010110 1000 110000 1010100 110100

Color Harmonies of #EBC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC420

Black with #EBC420

Text Example


Text Example

White with #EBC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC420; }

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

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

background-color css

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

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

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

border-color css

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

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

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