Html Css Color HEX #EAC70E Moon Yellow

📋 copy color: '#EAC70E'

red 234 ◦ green 199 ◦ blue 14

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

Shades of Moon Yellow #EAC70E

Tints of Moon Yellow #EAC70E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.52%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 52.35%
G = 44.52%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC70E (or 0xEAC70E) is known color: Moon Yellow. HEX triplet: EA, C7 and 0E. RGB value is (234,199,14). Sum of RGB (Red+Green+Blue) = 234+199+14=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70E is #1538F1. Grayscale: #BDBDBD. Windows color (decimal): -1390834 or 968682. OLE color: 968682.

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

Color convert

RGB 234 199 14 -
CMYK 0 0.15 0.94 0.08
HSL 50.45º 0.89% 0.49% -
HSV(B) 50.45º 0.94% 0.92% -
XYZ 54.43 58.37 8.81 -
YUV 188.38 29.6 160.54 -
System Red Green Blue C M Y K H S L
Decimal 234 199 14 0 0.15 0.94 0.08 50.45 0.89 0.49
Hex EA C7 E 0 F 5E 8 32 59 31
Octal 352 307 16 0 17 136 10 62 131 61
Binary 11101010 11000111 1110 0 1111 1011110 1000 110010 1011001 110001

Color Harmonies of #EAC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC70E

Black with #EAC70E

Text Example


Text Example

White with #EAC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC70E; }

 p { color: rgb(234,199,14); }

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

background-color css

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

 a { background-color: rgb(234,199,14); }

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

border-color css

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

 span { border-color: rgb(234,199,14); }

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