Html Css Color HEX #EABB1D Moon Yellow

📋 copy color: '#EABB1D'

red 234 ◦ green 187 ◦ blue 29

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

Shades of Moon Yellow #EABB1D

Tints of Moon Yellow #EABB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 52%
G = 41.56%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EABB1D (or 0xEABB1D) is known color: Moon Yellow. HEX triplet: EA, BB and 1D. RGB value is (234,187,29). Sum of RGB (Red+Green+Blue) = 234+187+29=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB1D is #1544E2. Grayscale: #B7B7B7. Windows color (decimal): -1393891 or 1948650. OLE color: 1948650.

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

Color convert

RGB 234 187 29 -
CMYK 0 0.20 0.88 0.08
HSL 46.24º 0.83% 0.52% -
HSV(B) 46.24º 0.88% 0.92% -
XYZ 51.92 53.12 8.68 -
YUV 183.04 41.07 164.35 -
System Red Green Blue C M Y K H S L
Decimal 234 187 29 0 0.20 0.88 0.08 46.24 0.83 0.52
Hex EA BB 1D 0 14 58 8 2E 53 34
Octal 352 273 35 0 24 130 10 56 123 64
Binary 11101010 10111011 11101 0 10100 1011000 1000 101110 1010011 110100

Color Harmonies of #EABB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABB1D

Black with #EABB1D

Text Example


Text Example

White with #EABB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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