Html Css Color HEX #EAC30C Moon Yellow

📋 copy color: '#EAC30C'

red 234 ◦ green 195 ◦ blue 12

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

Shades of Moon Yellow #EAC30C

Tints of Moon Yellow #EAC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.22%

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

R = 53.06%
G = 44.22%
B = 2.72%

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

#EAC30C (or 0xEAC30C) is known color: Moon Yellow. HEX triplet: EA, C3 and 0C. RGB value is (234,195,12). Sum of RGB (Red+Green+Blue) = 234+195+12=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC30C is #153CF3. Grayscale: #BABABA. Windows color (decimal): -1391860 or 836586. OLE color: 836586.

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

Color convert

RGB 234 195 12 -
CMYK 0 0.17 0.95 0.08
HSL 49.46º 0.9% 0.48% -
HSV(B) 49.46º 0.95% 0.92% -
XYZ 53.51 56.55 8.44 -
YUV 185.8 29.92 162.38 -
System Red Green Blue C M Y K H S L
Decimal 234 195 12 0 0.17 0.95 0.08 49.46 0.9 0.48
Hex EA C3 C 0 11 5F 8 31 5A 30
Octal 352 303 14 0 21 137 10 61 132 60
Binary 11101010 11000011 1100 0 10001 1011111 1000 110001 1011010 110000

Color Harmonies of #EAC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC30C

Black with #EAC30C

Text Example


Text Example

White with #EAC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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