#EECA13

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

Shades of Moon Yellow #EECA13

Tints of Moon Yellow #EECA13

Color information

#EECA13 (or 0xEECA13) is unknown color: approx Moon Yellow. HEX triplet: EE, CA and 13. RGB value is (238,202,19). Sum of RGB (Red+Green+Blue) = 238+202+19=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EECA13 is #1135EC. Grayscale: #C0C0C0. Windows color (decimal): -1127917 or 1297134. OLE color: 1297134.

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

Color convert

RGB23820219-
CMYK00.150.920.07
HSL50.14º86.56%50.39%-
HSV(B)50.14º92.02%93.33%-
XYZ56.560.479.31-
YUV191.930.43160.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 19 (7.81% from 255) = 4.14%
R=51.85%
G=44.01%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382021900.150.920.0750.1486.5650.39
HexEECA130F5C7325732
Octal3563122301713476212762
Binary1110111011001010100110111110111001111100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECA13; }

 p { color: rgb(238,202,19); }

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

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

 a { background-color: rgb(238,202,19); }

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

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

 span { border-color: rgb(238,202,19); }

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