Html Css Color HEX #EBC224 Moon Yellow

📋 copy color: '#EBC224'

red 235 ◦ green 194 ◦ blue 36

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

Shades of Moon Yellow #EBC224

Tints of Moon Yellow #EBC224

RGB

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

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

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

R = 50.54%
G = 41.72%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBC224 (or 0xEBC224) is known color: Moon Yellow. HEX triplet: EB, C2 and 24. RGB value is (235,194,36). Sum of RGB (Red+Green+Blue) = 235+194+36=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC224 is #143DDB. Grayscale: #BCBCBC. Windows color (decimal): -1326556 or 2409195. OLE color: 2409195.

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

Color convert

RGB 235 194 36 -
CMYK 0 0.17 0.85 0.08
HSL 47.64º 0.83% 0.53% -
HSV(B) 47.64º 0.85% 0.92% -
XYZ 53.87 56.37 9.71 -
YUV 188.25 42.08 161.35 -
System Red Green Blue C M Y K H S L
Decimal 235 194 36 0 0.17 0.85 0.08 47.64 0.83 0.53
Hex EB C2 24 0 11 55 8 30 53 35
Octal 353 302 44 0 21 125 10 60 123 65
Binary 11101011 11000010 100100 0 10001 1010101 1000 110000 1010011 110101

Color Harmonies of #EBC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC224

Black with #EBC224

Text Example


Text Example

White with #EBC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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