Html Css Color HEX #EAC61F Moon Yellow

📋 copy color: '#EAC61F'

red 234 ◦ green 198 ◦ blue 31

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

Shades of Moon Yellow #EAC61F

Tints of Moon Yellow #EAC61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.76%

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

R = 50.54%
G = 42.76%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EAC61F (or 0xEAC61F) is known color: Moon Yellow. HEX triplet: EA, C6 and 1F. RGB value is (234,198,31). Sum of RGB (Red+Green+Blue) = 234+198+31=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 31 (12.5% from 255 or 6.70% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC61F is #1539E0. Grayscale: #BEBEBE. Windows color (decimal): -1391073 or 2082538. OLE color: 2082538.

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

Color convert

RGB 234 198 31 -
CMYK 0 0.15 0.87 0.08
HSL 49.36º 0.83% 0.52% -
HSV(B) 49.36º 0.87% 0.92% -
XYZ 54.37 57.98 9.62 -
YUV 189.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 234 198 31 0 0.15 0.87 0.08 49.36 0.83 0.52
Hex EA C6 1F 0 F 57 8 31 53 34
Octal 352 306 37 0 17 127 10 61 123 64
Binary 11101010 11000110 11111 0 1111 1010111 1000 110001 1010011 110100

Color Harmonies of #EAC61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC61F

Black with #EAC61F

Text Example


Text Example

White with #EAC61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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