#EBCA0C

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

Shades of Moon Yellow #EBCA0C

Tints of Moon Yellow #EBCA0C

Color information

#EBCA0C (or 0xEBCA0C) is unknown color: approx Moon Yellow. HEX triplet: EB, CA and 0C. RGB value is (235,202,12). Sum of RGB (Red+Green+Blue) = 235+202+12=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCA0C is #1435F3. Grayscale: #BFBFBF. Windows color (decimal): -1324532 or 838379. OLE color: 838379.

HSL color Cylindrical-coordinate representation of color #EBCA0C: hue angle of 51.12º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBCA0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB23520212-
CMYK00.140.950.08
HSL51.12º90.28%48.43%-
HSV(B)51.12º94.89%92.16%-
XYZ55.4559.938.99-
YUV190.2127.43159.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 12 (5.08% from 255) = 2.67%
R=52.34%
G=44.99%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352021200.140.950.0851.1290.2848.43
HexEBCAC0E5F8335a30
Octal35331214016137106313260
Binary1110101111001010110001110101111110001100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCA0C; }

 p { color: rgb(235,202,12); }

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

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

 a { background-color: rgb(235,202,12); }

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

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

 span { border-color: rgb(235,202,12); }

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