Html Css Color HEX #EAC71F Moon Yellow

📋 copy color: '#EAC71F'

red 234 ◦ green 199 ◦ blue 31

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

Shades of Moon Yellow #EAC71F

Tints of Moon Yellow #EAC71F

RGB

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

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

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

R = 50.43%
G = 42.89%
B = 6.68%

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

#EAC71F (or 0xEAC71F) is known color: Moon Yellow. HEX triplet: EA, C7 and 1F. RGB value is (234,199,31). Sum of RGB (Red+Green+Blue) = 234+199+31=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 31 (12.5% from 255 or 6.68% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC71F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC71F is #1538E0. Grayscale: #BFBFBF. Windows color (decimal): -1390817 or 2082794. OLE color: 2082794.

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

Color convert

RGB 234 199 31 -
CMYK 0 0.15 0.87 0.08
HSL 49.66º 0.83% 0.52% -
HSV(B) 49.66º 0.87% 0.92% -
XYZ 54.6 58.44 9.7 -
YUV 190.31 38.1 159.16 -
System Red Green Blue C M Y K H S L
Decimal 234 199 31 0 0.15 0.87 0.08 49.66 0.83 0.52
Hex EA C7 1F 0 F 57 8 32 53 34
Octal 352 307 37 0 17 127 10 62 123 64
Binary 11101010 11000111 11111 0 1111 1010111 1000 110010 1010011 110100

Color Harmonies of #EAC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC71F

Black with #EAC71F

Text Example


Text Example

White with #EAC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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