Html Css Color HEX #EBC710 Moon Yellow

📋 copy color: '#EBC710'

red 235 ◦ green 199 ◦ blue 16

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

Shades of Moon Yellow #EBC710

Tints of Moon Yellow #EBC710

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.22%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 52.22%
G = 44.22%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBC710 (or 0xEBC710) is known color: Moon Yellow. HEX triplet: EB, C7 and 10. RGB value is (235,199,16). Sum of RGB (Red+Green+Blue) = 235+199+16=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC710 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC710 is #1438EF. Grayscale: #BDBDBD. Windows color (decimal): -1325296 or 1099755. OLE color: 1099755.

HSL color Cylindrical-coordinate representation of color #EBC710: hue angle of 50.14º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EBC710 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 16 -
CMYK 0 0.15 0.93 0.08
HSL 50.14º 0.87% 0.49% -
HSV(B) 50.14º 0.93% 0.92% -
XYZ 54.78 58.55 8.9 -
YUV 188.9 30.43 160.88 -
System Red Green Blue C M Y K H S L
Decimal 235 199 16 0 0.15 0.93 0.08 50.14 0.87 0.49
Hex EB C7 10 0 F 5D 8 32 57 31
Octal 353 307 20 0 17 135 10 62 127 61
Binary 11101011 11000111 10000 0 1111 1011101 1000 110010 1010111 110001

Color Harmonies of #EBC710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC710

Black with #EBC710

Text Example


Text Example

White with #EBC710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC710; }

 p { color: rgb(235,199,16); }

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

background-color css

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

 a { background-color: rgb(235,199,16); }

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

border-color css

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

 span { border-color: rgb(235,199,16); }

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