Html Css Color HEX #EABA1D Moon Yellow

📋 copy color: '#EABA1D'

red 234 ◦ green 186 ◦ blue 29

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

Shades of Moon Yellow #EABA1D

Tints of Moon Yellow #EABA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.46%

R = 52.12%
G = 41.43%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EABA1D (or 0xEABA1D) is known color: Moon Yellow. HEX triplet: EA, BA and 1D. RGB value is (234,186,29). Sum of RGB (Red+Green+Blue) = 234+186+29=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 29 (11.72% from 255 or 6.46% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA1D is #1545E2. Grayscale: #B7B7B7. Windows color (decimal): -1394147 or 1948394. OLE color: 1948394.

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

Color convert

RGB 234 186 29 -
CMYK 0 0.21 0.88 0.08
HSL 45.95º 0.83% 0.52% -
HSV(B) 45.95º 0.88% 0.92% -
XYZ 51.71 52.7 8.61 -
YUV 182.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 234 186 29 0 0.21 0.88 0.08 45.95 0.83 0.52
Hex EA BA 1D 0 15 58 8 2E 53 34
Octal 352 272 35 0 25 130 10 56 123 64
Binary 11101010 10111010 11101 0 10101 1011000 1000 101110 1010011 110100

Color Harmonies of #EABA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABA1D

Black with #EABA1D

Text Example


Text Example

White with #EABA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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