Html Css Color HEX #EAC10C Moon Yellow

📋 copy color: '#EAC10C'

red 234 ◦ green 193 ◦ blue 12

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

Shades of Moon Yellow #EAC10C

Tints of Moon Yellow #EAC10C

RGB

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

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

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

R = 53.3%
G = 43.96%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAC10C (or 0xEAC10C) is known color: Moon Yellow. HEX triplet: EA, C1 and 0C. RGB value is (234,193,12). Sum of RGB (Red+Green+Blue) = 234+193+12=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC10C is #153EF3. Grayscale: #B9B9B9. Windows color (decimal): -1392372 or 836074. OLE color: 836074.

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

Color convert

RGB 234 193 12 -
CMYK 0 0.18 0.95 0.08
HSL 48.92º 0.9% 0.48% -
HSV(B) 48.92º 0.95% 0.92% -
XYZ 53.07 55.66 8.29 -
YUV 184.63 30.58 163.22 -
System Red Green Blue C M Y K H S L
Decimal 234 193 12 0 0.18 0.95 0.08 48.92 0.9 0.48
Hex EA C1 C 0 12 5F 8 31 5A 30
Octal 352 301 14 0 22 137 10 61 132 60
Binary 11101010 11000001 1100 0 10010 1011111 1000 110001 1011010 110000

Color Harmonies of #EAC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC10C

Black with #EAC10C

Text Example


Text Example

White with #EAC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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