Html Css Color HEX #EAC620 Moon Yellow

📋 copy color: '#EAC620'

red 234 ◦ green 198 ◦ blue 32

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

Shades of Moon Yellow #EAC620

Tints of Moon Yellow #EAC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.67%

 BLUE value IS 32 (12.89% from 255) = 6.9%

R = 50.43%
G = 42.67%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC620 (or 0xEAC620) is known color: Moon Yellow. HEX triplet: EA, C6 and 20. RGB value is (234,198,32). Sum of RGB (Red+Green+Blue) = 234+198+32=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC620 is #1539DF. Grayscale: #BEBEBE. Windows color (decimal): -1391072 or 2148074. OLE color: 2148074.

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

Color convert

RGB 234 198 32 -
CMYK 0 0.15 0.86 0.08
HSL 49.31º 0.83% 0.52% -
HSV(B) 49.31º 0.86% 0.92% -
XYZ 54.39 57.98 9.69 -
YUV 189.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 234 198 32 0 0.15 0.86 0.08 49.31 0.83 0.52
Hex EA C6 20 0 F 56 8 31 53 34
Octal 352 306 40 0 17 126 10 61 123 64
Binary 11101010 11000110 100000 0 1111 1010110 1000 110001 1010011 110100

Color Harmonies of #EAC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC620

Black with #EAC620

Text Example


Text Example

White with #EAC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC620; }

 p { color: rgb(234,198,32); }

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

background-color css

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

 a { background-color: rgb(234,198,32); }

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

border-color css

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

 span { border-color: rgb(234,198,32); }

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