Html Css Color HEX #EAC20C Moon Yellow

📋 copy color: '#EAC20C'

red 234 ◦ green 194 ◦ blue 12

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

Shades of Moon Yellow #EAC20C

Tints of Moon Yellow #EAC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.09%

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 53.18%
G = 44.09%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC20C (or 0xEAC20C) is known color: Moon Yellow. HEX triplet: EA, C2 and 0C. RGB value is (234,194,12). Sum of RGB (Red+Green+Blue) = 234+194+12=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC20C is #153DF3. Grayscale: #B9B9B9. Windows color (decimal): -1392116 or 836330. OLE color: 836330.

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

Color convert

RGB 234 194 12 -
CMYK 0 0.17 0.95 0.08
HSL 49.19º 0.9% 0.48% -
HSV(B) 49.19º 0.95% 0.92% -
XYZ 53.29 56.1 8.37 -
YUV 185.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 234 194 12 0 0.17 0.95 0.08 49.19 0.9 0.48
Hex EA C2 C 0 11 5F 8 31 5A 30
Octal 352 302 14 0 21 137 10 61 132 60
Binary 11101010 11000010 1100 0 10001 1011111 1000 110001 1011010 110000

Color Harmonies of #EAC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC20C

Black with #EAC20C

Text Example


Text Example

White with #EAC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC20C; }

 p { color: rgb(234,194,12); }

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

background-color css

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

 a { background-color: rgb(234,194,12); }

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

border-color css

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

 span { border-color: rgb(234,194,12); }

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