Html Css Color HEX #EBC916 Moon Yellow

📋 copy color: '#EBC916'

red 235 ◦ green 201 ◦ blue 22

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

Shades of Moon Yellow #EBC916

Tints of Moon Yellow #EBC916

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.89%

 BLUE value IS 22 (8.98% from 255) = 4.8%

R = 51.31%
G = 43.89%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBC916 (or 0xEBC916) is known color: Moon Yellow. HEX triplet: EB, C9 and 16. RGB value is (235,201,22). Sum of RGB (Red+Green+Blue) = 235+201+22=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC916 is #1436E9. Grayscale: #BFBFBF. Windows color (decimal): -1324778 or 1493483. OLE color: 1493483.

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

Color convert

RGB 235 201 22 -
CMYK 0 0.14 0.91 0.08
HSL 50.42º 0.84% 0.5% -
HSV(B) 50.42º 0.91% 0.92% -
XYZ 55.29 59.49 9.33 -
YUV 190.76 32.76 159.55 -
System Red Green Blue C M Y K H S L
Decimal 235 201 22 0 0.14 0.91 0.08 50.42 0.84 0.5
Hex EB C9 16 0 E 5B 8 32 54 32
Octal 353 311 26 0 16 133 10 62 124 62
Binary 11101011 11001001 10110 0 1110 1011011 1000 110010 1010100 110010

Color Harmonies of #EBC916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC916

Black with #EBC916

Text Example


Text Example

White with #EBC916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC916; }

 p { color: rgb(235,201,22); }

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

background-color css

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

 a { background-color: rgb(235,201,22); }

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

border-color css

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

 span { border-color: rgb(235,201,22); }

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