Html Css Color HEX #EAB30F Moon Yellow

📋 copy color: '#EAB30F'

red 234 ◦ green 179 ◦ blue 15

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

Shades of Moon Yellow #EAB30F

Tints of Moon Yellow #EAB30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.82%

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

R = 54.67%
G = 41.82%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAB30F (or 0xEAB30F) is known color: Moon Yellow. HEX triplet: EA, B3 and 0F. RGB value is (234,179,15). Sum of RGB (Red+Green+Blue) = 234+179+15=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB30F is #154CF0. Grayscale: #B1B1B1. Windows color (decimal): -1395953 or 1029098. OLE color: 1029098.

HSL color Cylindrical-coordinate representation of color #EAB30F: hue angle of 44.93º 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 #EAB30F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 179 15 -
CMYK 0 0.24 0.94 0.08
HSL 44.93º 0.88% 0.49% -
HSV(B) 44.93º 0.94% 0.92% -
XYZ 50.14 49.77 7.42 -
YUV 176.75 36.72 168.84 -
System Red Green Blue C M Y K H S L
Decimal 234 179 15 0 0.24 0.94 0.08 44.93 0.88 0.49
Hex EA B3 F 0 18 5E 8 2D 58 31
Octal 352 263 17 0 30 136 10 55 130 61
Binary 11101010 10110011 1111 0 11000 1011110 1000 101101 1011000 110001

Color Harmonies of #EAB30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB30F

Black with #EAB30F

Text Example


Text Example

White with #EAB30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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