Html Css Color HEX #EAB614 Moon Yellow

📋 copy color: '#EAB614'

red 234 ◦ green 182 ◦ blue 20

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

Shades of Moon Yellow #EAB614

Tints of Moon Yellow #EAB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.74%

 BLUE value IS 20 (8.2% from 255) = 4.59%

R = 53.67%
G = 41.74%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAB614 (or 0xEAB614) is known color: Moon Yellow. HEX triplet: EA, B6 and 14. RGB value is (234,182,20). Sum of RGB (Red+Green+Blue) = 234+182+20=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB614 is #1549EB. Grayscale: #B3B3B3. Windows color (decimal): -1395180 or 1357546. OLE color: 1357546.

HSL color Cylindrical-coordinate representation of color #EAB614: hue angle of 45.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAB614 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 182 20 -
CMYK 0 0.22 0.91 0.08
HSL 45.42º 0.84% 0.5% -
HSV(B) 45.42º 0.91% 0.92% -
XYZ 50.79 51 7.83 -
YUV 179.08 38.23 167.17 -
System Red Green Blue C M Y K H S L
Decimal 234 182 20 0 0.22 0.91 0.08 45.42 0.84 0.5
Hex EA B6 14 0 16 5B 8 2D 54 32
Octal 352 266 24 0 26 133 10 55 124 62
Binary 11101010 10110110 10100 0 10110 1011011 1000 101101 1010100 110010

Color Harmonies of #EAB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB614

Black with #EAB614

Text Example


Text Example

White with #EAB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB614; }

 p { color: rgb(234,182,20); }

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

background-color css

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

 a { background-color: rgb(234,182,20); }

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

border-color css

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

 span { border-color: rgb(234,182,20); }

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