Html Css Color HEX #EAB80F Moon Yellow

📋 copy color: '#EAB80F'

red 234 ◦ green 184 ◦ blue 15

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

Shades of Moon Yellow #EAB80F

Tints of Moon Yellow #EAB80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 54.04%
G = 42.49%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB80F (or 0xEAB80F) is known color: Moon Yellow. HEX triplet: EA, B8 and 0F. RGB value is (234,184,15). Sum of RGB (Red+Green+Blue) = 234+184+15=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB80F is #1547F0. Grayscale: #B4B4B4. Windows color (decimal): -1394673 or 1030378. OLE color: 1030378.

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

Color convert

RGB 234 184 15 -
CMYK 0 0.21 0.94 0.08
HSL 46.3º 0.88% 0.49% -
HSV(B) 46.3º 0.94% 0.92% -
XYZ 51.16 51.81 7.76 -
YUV 179.68 35.07 166.74 -
System Red Green Blue C M Y K H S L
Decimal 234 184 15 0 0.21 0.94 0.08 46.3 0.88 0.49
Hex EA B8 F 0 15 5E 8 2E 58 31
Octal 352 270 17 0 25 136 10 56 130 61
Binary 11101010 10111000 1111 0 10101 1011110 1000 101110 1011000 110001

Color Harmonies of #EAB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB80F

Black with #EAB80F

Text Example


Text Example

White with #EAB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB80F; }

 p { color: rgb(234,184,15); }

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

background-color css

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

 a { background-color: rgb(234,184,15); }

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

border-color css

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

 span { border-color: rgb(234,184,15); }

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