Html Css Color HEX #EAC71D Moon Yellow

📋 copy color: '#EAC71D'

red 234 ◦ green 199 ◦ blue 29

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

Shades of Moon Yellow #EAC71D

Tints of Moon Yellow #EAC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.28%

R = 50.65%
G = 43.07%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAC71D (or 0xEAC71D) is known color: Moon Yellow. HEX triplet: EA, C7 and 1D. RGB value is (234,199,29). Sum of RGB (Red+Green+Blue) = 234+199+29=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC71D is #1538E2. Grayscale: #BEBEBE. Windows color (decimal): -1390819 or 1951722. OLE color: 1951722.

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

Color convert

RGB 234 199 29 -
CMYK 0 0.15 0.88 0.08
HSL 49.76º 0.83% 0.52% -
HSV(B) 49.76º 0.88% 0.92% -
XYZ 54.58 58.43 9.56 -
YUV 190.09 37.1 159.32 -
System Red Green Blue C M Y K H S L
Decimal 234 199 29 0 0.15 0.88 0.08 49.76 0.83 0.52
Hex EA C7 1D 0 F 58 8 32 53 34
Octal 352 307 35 0 17 130 10 62 123 64
Binary 11101010 11000111 11101 0 1111 1011000 1000 110010 1010011 110100

Color Harmonies of #EAC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC71D

Black with #EAC71D

Text Example


Text Example

White with #EAC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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