Html Css Color HEX #EAC720 Moon Yellow

📋 copy color: '#EAC720'

red 234 ◦ green 199 ◦ blue 32

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

Shades of Moon Yellow #EAC720

Tints of Moon Yellow #EAC720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 50.32%
G = 42.8%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EAC720 (or 0xEAC720) is known color: Moon Yellow. HEX triplet: EA, C7 and 20. RGB value is (234,199,32). Sum of RGB (Red+Green+Blue) = 234+199+32=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC720 is #1538DF. Grayscale: #BFBFBF. Windows color (decimal): -1390816 or 2148330. OLE color: 2148330.

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

Color convert

RGB 234 199 32 -
CMYK 0 0.15 0.86 0.08
HSL 49.6º 0.83% 0.52% -
HSV(B) 49.6º 0.86% 0.92% -
XYZ 54.62 58.44 9.77 -
YUV 190.43 38.6 159.08 -
System Red Green Blue C M Y K H S L
Decimal 234 199 32 0 0.15 0.86 0.08 49.6 0.83 0.52
Hex EA C7 20 0 F 56 8 32 53 34
Octal 352 307 40 0 17 126 10 62 123 64
Binary 11101010 11000111 100000 0 1111 1010110 1000 110010 1010011 110100

Color Harmonies of #EAC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC720

Black with #EAC720

Text Example


Text Example

White with #EAC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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