#EBC323

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

Shades of Moon Yellow #EBC323

Tints of Moon Yellow #EBC323

Color information

#EBC323 (or 0xEBC323) is unknown color: approx Moon Yellow. HEX triplet: EB, C3 and 23. RGB value is (235,195,35). Sum of RGB (Red+Green+Blue) = 235+195+35=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC323 is #143CDC. Grayscale: #BDBDBD. Windows color (decimal): -1326301 or 2343915. OLE color: 2343915.

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

Color convert

RGB23519535-
CMYK00.170.850.08
HSL48º83.33%52.94%-
HSV(B)48º85.11%92.16%-
XYZ54.0856.819.71-
YUV188.7241.25161.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.54%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 35 (14.06% from 255) = 7.53%
R=50.54%
G=41.94%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351953500.170.850.084883.3352.94
HexEBC323011558305335
Octal35330343021125106012365
Binary1110101111000011100011010001101010110001100001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC323; }

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

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

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

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

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

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

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

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