Html Css Color HEX #EBC218 Moon Yellow

📋 copy color: '#EBC218'

red 235 ◦ green 194 ◦ blue 24

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

Shades of Moon Yellow #EBC218

Tints of Moon Yellow #EBC218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.3%

R = 51.88%
G = 42.83%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBC218 (or 0xEBC218) is known color: Moon Yellow. HEX triplet: EB, C2 and 18. RGB value is (235,194,24). Sum of RGB (Red+Green+Blue) = 235+194+24=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 24 (9.77% from 255 or 5.30% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC218 is #143DE7. Grayscale: #BBBBBB. Windows color (decimal): -1326568 or 1622763. OLE color: 1622763.

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

Color convert

RGB 235 194 24 -
CMYK 0 0.17 0.90 0.08
HSL 48.34º 0.84% 0.51% -
HSV(B) 48.34º 0.9% 0.92% -
XYZ 53.72 56.31 8.9 -
YUV 186.88 36.08 162.32 -
System Red Green Blue C M Y K H S L
Decimal 235 194 24 0 0.17 0.90 0.08 48.34 0.84 0.51
Hex EB C2 18 0 11 5A 8 30 54 33
Octal 353 302 30 0 21 132 10 60 124 63
Binary 11101011 11000010 11000 0 10001 1011010 1000 110000 1010100 110011

Color Harmonies of #EBC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC218

Black with #EBC218

Text Example


Text Example

White with #EBC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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