#EBC31C

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

Shades of Moon Yellow #EBC31C

Tints of Moon Yellow #EBC31C

Color information

#EBC31C (or 0xEBC31C) is unknown color: approx Moon Yellow. HEX triplet: EB, C3 and 1C. RGB value is (235,195,28). Sum of RGB (Red+Green+Blue) = 235+195+28=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC31C is #143CE3. Grayscale: #BCBCBC. Windows color (decimal): -1326308 or 1885163. OLE color: 1885163.

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

Color convert

RGB23519528-
CMYK00.170.880.08
HSL48.41º83.81%51.57%-
HSV(B)48.41º88.09%92.16%-
XYZ53.9956.789.21-
YUV187.9237.75161.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 28 (11.33% from 255) = 6.11%
R=51.31%
G=42.58%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351952800.170.880.0848.4183.8151.57
HexEBC31C011588305434
Octal35330334021130106012464
Binary111010111100001111100010001101100010001100001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC31C; }

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

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

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

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

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

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

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

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