Html Css Color HEX #EBC316 Moon Yellow

📋 copy color: '#EBC316'

red 235 ◦ green 195 ◦ blue 22

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

Shades of Moon Yellow #EBC316

Tints of Moon Yellow #EBC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 51.99%
G = 43.14%
B = 4.87%

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

#EBC316 (or 0xEBC316) is known color: Moon Yellow. HEX triplet: EB, C3 and 16. RGB value is (235,195,22). Sum of RGB (Red+Green+Blue) = 235+195+22=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 22 (8.98% from 255 or 4.87% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC316 is #143CE9. Grayscale: #BBBBBB. Windows color (decimal): -1326314 or 1491947. OLE color: 1491947.

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

Color convert

RGB 235 195 22 -
CMYK 0 0.17 0.91 0.08
HSL 48.73º 0.84% 0.5% -
HSV(B) 48.73º 0.91% 0.92% -
XYZ 53.92 56.75 8.87 -
YUV 187.24 34.75 162.07 -
System Red Green Blue C M Y K H S L
Decimal 235 195 22 0 0.17 0.91 0.08 48.73 0.84 0.5
Hex EB C3 16 0 11 5B 8 31 54 32
Octal 353 303 26 0 21 133 10 61 124 62
Binary 11101011 11000011 10110 0 10001 1011011 1000 110001 1010100 110010

Color Harmonies of #EBC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC316

Black with #EBC316

Text Example


Text Example

White with #EBC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC316; }

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

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

background-color css

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

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

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

border-color css

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

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

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