Html Css Color HEX #EAC30F Moon Yellow

📋 copy color: '#EAC30F'

red 234 ◦ green 195 ◦ blue 15

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

Shades of Moon Yellow #EAC30F

Tints of Moon Yellow #EAC30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.38%

R = 52.7%
G = 43.92%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAC30F (or 0xEAC30F) is known color: Moon Yellow. HEX triplet: EA, C3 and 0F. RGB value is (234,195,15). Sum of RGB (Red+Green+Blue) = 234+195+15=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC30F is #153CF0. Grayscale: #BABABA. Windows color (decimal): -1391857 or 1033194. OLE color: 1033194.

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

Color convert

RGB 234 195 15 -
CMYK 0 0.17 0.94 0.08
HSL 49.32º 0.88% 0.49% -
HSV(B) 49.32º 0.94% 0.92% -
XYZ 53.53 56.56 8.55 -
YUV 186.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 234 195 15 0 0.17 0.94 0.08 49.32 0.88 0.49
Hex EA C3 F 0 11 5E 8 31 58 31
Octal 352 303 17 0 21 136 10 61 130 61
Binary 11101010 11000011 1111 0 10001 1011110 1000 110001 1011000 110001

Color Harmonies of #EAC30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC30F

Black with #EAC30F

Text Example


Text Example

White with #EAC30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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