Html Css Color HEX #EAC122 Moon Yellow

📋 copy color: '#EAC122'

red 234 ◦ green 193 ◦ blue 34

#EAC122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #EAC122

Tints of Moon Yellow #EAC122

RGB

 RED value IS 234 (91.8% from 255) = 50.76%

 GREEN value IS 193 (75.78% from 255) = 41.87%

 BLUE value IS 34 (13.67% from 255) = 7.38%

R = 50.76%
G = 41.87%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EAC122 (or 0xEAC122) is known color: Moon Yellow. HEX triplet: EA, C1 and 22. RGB value is (234,193,34). Sum of RGB (Red+Green+Blue) = 234+193+34=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 34 (13.67% from 255 or 7.38% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC122 is #153EDD. Grayscale: #BBBBBB. Windows color (decimal): -1392350 or 2277866. OLE color: 2277866.

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

Color convert

RGB 234 193 34 -
CMYK 0 0.18 0.85 0.08
HSL 47.7º 0.83% 0.53% -
HSV(B) 47.7º 0.85% 0.92% -
XYZ 53.29 55.75 9.47 -
YUV 187.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 234 193 34 0 0.18 0.85 0.08 47.7 0.83 0.53
Hex EA C1 22 0 12 55 8 30 53 35
Octal 352 301 42 0 22 125 10 60 123 65
Binary 11101010 11000001 100010 0 10010 1010101 1000 110000 1010011 110101

Color Harmonies of #EAC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC122

Black with #EAC122

Text Example


Text Example

White with #EAC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC122; }

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

 H1.HeaderClassName
 {
   color: #EAC122;
 }
 .AnyTagClassName
 {
   color: #EAC122;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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