Html Css Color HEX #EAC40C Moon Yellow

📋 copy color: '#EAC40C'

red 234 ◦ green 196 ◦ blue 12

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

Shades of Moon Yellow #EAC40C

Tints of Moon Yellow #EAC40C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.34%

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

R = 52.94%
G = 44.34%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC40C (or 0xEAC40C) is known color: Moon Yellow. HEX triplet: EA, C4 and 0C. RGB value is (234,196,12). Sum of RGB (Red+Green+Blue) = 234+196+12=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC40C is #153BF3. Grayscale: #BBBBBB. Windows color (decimal): -1391604 or 836842. OLE color: 836842.

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

Color convert

RGB 234 196 12 -
CMYK 0 0.16 0.95 0.08
HSL 49.73º 0.9% 0.48% -
HSV(B) 49.73º 0.95% 0.92% -
XYZ 53.74 57 8.52 -
YUV 186.39 29.59 161.96 -
System Red Green Blue C M Y K H S L
Decimal 234 196 12 0 0.16 0.95 0.08 49.73 0.9 0.48
Hex EA C4 C 0 10 5F 8 32 5A 30
Octal 352 304 14 0 20 137 10 62 132 60
Binary 11101010 11000100 1100 0 10000 1011111 1000 110010 1011010 110000

Color Harmonies of #EAC40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC40C

Black with #EAC40C

Text Example


Text Example

White with #EAC40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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