#EBC910

Color #EBC910 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #EBC910

Tints of Moon Yellow #EBC910

Color information

#EBC910 (or 0xEBC910) is unknown color: approx Moon Yellow. HEX triplet: EB, C9 and 10. RGB value is (235,201,16). Sum of RGB (Red+Green+Blue) = 235+201+16=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC910 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC910 is #1436EF. Grayscale: #BEBEBE. Windows color (decimal): -1324784 or 1100267. OLE color: 1100267.

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

Color convert

RGB23520116-
CMYK00.140.930.08
HSL50.68º87.25%49.22%-
HSV(B)50.68º93.19%92.16%-
XYZ55.2459.479.06-
YUV190.0829.76160.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.99%
GREEN value IS 201 (78.91% from 255) = 44.47%
BLUE value IS 16 (6.64% from 255) = 3.54%
R=51.99%
G=44.47%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352011600.140.930.0850.6887.2549.22
HexEBC9100E5D8335731
Octal35331120016135106312761
Binary11101011110010011000001110101110110001100111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC910; }

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

 H1.HeaderClassName
 {
   color: #EBC910;
 }
 .AnyTagClassName
 {
   color: #EBC910;
 }
</style>
background-color css

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

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

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

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

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

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