Html Css Color HEX #EAC71A Moon Yellow

📋 copy color: '#EAC71A'

red 234 ◦ green 199 ◦ blue 26

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

Shades of Moon Yellow #EAC71A

Tints of Moon Yellow #EAC71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.66%

R = 50.98%
G = 43.36%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAC71A (or 0xEAC71A) is known color: Moon Yellow. HEX triplet: EA, C7 and 1A. RGB value is (234,199,26). Sum of RGB (Red+Green+Blue) = 234+199+26=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC71A is #1538E5. Grayscale: #BEBEBE. Windows color (decimal): -1390822 or 1755114. OLE color: 1755114.

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

Color convert

RGB 234 199 26 -
CMYK 0 0.15 0.89 0.08
HSL 49.9º 0.83% 0.51% -
HSV(B) 49.9º 0.89% 0.92% -
XYZ 54.54 58.41 9.38 -
YUV 189.74 35.6 159.57 -
System Red Green Blue C M Y K H S L
Decimal 234 199 26 0 0.15 0.89 0.08 49.9 0.83 0.51
Hex EA C7 1A 0 F 59 8 32 53 33
Octal 352 307 32 0 17 131 10 62 123 63
Binary 11101010 11000111 11010 0 1111 1011001 1000 110010 1010011 110011

Color Harmonies of #EAC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC71A

Black with #EAC71A

Text Example


Text Example

White with #EAC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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