Html Css Color HEX #EBC214 Moon Yellow

📋 copy color: '#EBC214'

red 235 ◦ green 194 ◦ blue 20

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

Shades of Moon Yellow #EBC214

Tints of Moon Yellow #EBC214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 52.34%
G = 43.21%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC214 (or 0xEBC214) is known color: Moon Yellow. HEX triplet: EB, C2 and 14. RGB value is (235,194,20). Sum of RGB (Red+Green+Blue) = 235+194+20=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC214 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC214 is #143DEB. Grayscale: #BBBBBB. Windows color (decimal): -1326572 or 1360619. OLE color: 1360619.

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

Color convert

RGB 235 194 20 -
CMYK 0 0.17 0.91 0.08
HSL 48.56º 0.84% 0.5% -
HSV(B) 48.56º 0.91% 0.92% -
XYZ 53.68 56.3 8.7 -
YUV 186.42 34.08 162.65 -
System Red Green Blue C M Y K H S L
Decimal 235 194 20 0 0.17 0.91 0.08 48.56 0.84 0.5
Hex EB C2 14 0 11 5B 8 31 54 32
Octal 353 302 24 0 21 133 10 61 124 62
Binary 11101011 11000010 10100 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC214

Black with #EBC214

Text Example


Text Example

White with #EBC214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC214; }

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

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

background-color css

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

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

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

border-color css

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

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

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