Html Css Color HEX #EAC01F Moon Yellow

📋 copy color: '#EAC01F'

red 234 ◦ green 192 ◦ blue 31

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

Shades of Moon Yellow #EAC01F

Tints of Moon Yellow #EAC01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

 BLUE value IS 31 (12.5% from 255) = 6.78%

R = 51.2%
G = 42.01%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAC01F (or 0xEAC01F) is known color: Moon Yellow. HEX triplet: EA, C0 and 1F. RGB value is (234,192,31). Sum of RGB (Red+Green+Blue) = 234+192+31=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 31 (12.5% from 255 or 6.78% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC01F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC01F is #153FE0. Grayscale: #BABABA. Windows color (decimal): -1392609 or 2081002. OLE color: 2081002.

HSL color Cylindrical-coordinate representation of color #EAC01F: hue angle of 47.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAC01F is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 192 31 -
CMYK 0 0.18 0.87 0.08
HSL 47.59º 0.83% 0.52% -
HSV(B) 47.59º 0.87% 0.92% -
XYZ 53.03 55.29 9.17 -
YUV 186.2 40.41 162.09 -
System Red Green Blue C M Y K H S L
Decimal 234 192 31 0 0.18 0.87 0.08 47.59 0.83 0.52
Hex EA C0 1F 0 12 57 8 30 53 34
Octal 352 300 37 0 22 127 10 60 123 64
Binary 11101010 11000000 11111 0 10010 1010111 1000 110000 1010011 110100

Color Harmonies of #EAC01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC01F

Black with #EAC01F

Text Example


Text Example

White with #EAC01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC01F; }

 p { color: rgb(234,192,31); }

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

background-color css

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

 a { background-color: rgb(234,192,31); }

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

border-color css

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

 span { border-color: rgb(234,192,31); }

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