Html Css Color HEX #EABA1E Moon Yellow

📋 copy color: '#EABA1E'

red 234 ◦ green 186 ◦ blue 30

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

Shades of Moon Yellow #EABA1E

Tints of Moon Yellow #EABA1E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.33%

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 52%
G = 41.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EABA1E (or 0xEABA1E) is known color: Moon Yellow. HEX triplet: EA, BA and 1E. RGB value is (234,186,30). Sum of RGB (Red+Green+Blue) = 234+186+30=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA1E is #1545E1. Grayscale: #B7B7B7. Windows color (decimal): -1394146 or 2013930. OLE color: 2013930.

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

Color convert

RGB 234 186 30 -
CMYK 0 0.21 0.87 0.08
HSL 45.88º 0.83% 0.52% -
HSV(B) 45.88º 0.87% 0.92% -
XYZ 51.72 52.7 8.67 -
YUV 182.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 234 186 30 0 0.21 0.87 0.08 45.88 0.83 0.52
Hex EA BA 1E 0 15 57 8 2E 53 34
Octal 352 272 36 0 25 127 10 56 123 64
Binary 11101010 10111010 11110 0 10101 1010111 1000 101110 1010011 110100

Color Harmonies of #EABA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA1E

Black with #EABA1E

Text Example


Text Example

White with #EABA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA1E; }

 p { color: rgb(234,186,30); }

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

background-color css

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

 a { background-color: rgb(234,186,30); }

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

border-color css

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

 span { border-color: rgb(234,186,30); }

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