#EAC422

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

Shades of Moon Yellow #EAC422

Tints of Moon Yellow #EAC422

Color information

#EAC422 (or 0xEAC422) is unknown color: approx Moon Yellow. HEX triplet: EA, C4 and 22. RGB value is (234,196,34). Sum of RGB (Red+Green+Blue) = 234+196+34=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 196 (76.95% from 255 or 42.24% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC422 is #153BDD. Grayscale: #BDBDBD. Windows color (decimal): -1391582 or 2278634. OLE color: 2278634.

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

Color convert

RGB23419634-
CMYK00.160.850.08
HSL48.6º82.64%52.55%-
HSV(B)48.6º85.47%91.76%-
XYZ53.9657.099.69-
YUV188.8940.59160.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.43%
GREEN value IS 196 (76.95% from 255) = 42.24%
BLUE value IS 34 (13.67% from 255) = 7.33%
R=50.43%
G=42.24%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341963400.160.850.0848.682.6452.55
HexEAC422010558315335
Octal35230442020125106112365
Binary1110101011000100100010010000101010110001100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC422; }

 p { color: rgb(234,196,34); }

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

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

 a { background-color: rgb(234,196,34); }

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

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

 span { border-color: rgb(234,196,34); }

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