Html Css Color HEX #EABF1D Moon Yellow

📋 copy color: '#EABF1D'

red 234 ◦ green 191 ◦ blue 29

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

Shades of Moon Yellow #EABF1D

Tints of Moon Yellow #EABF1D

RGB

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

 GREEN value IS 191 (75% from 255) = 42.07%

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

R = 51.54%
G = 42.07%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EABF1D (or 0xEABF1D) is known color: Moon Yellow. HEX triplet: EA, BF and 1D. RGB value is (234,191,29). Sum of RGB (Red+Green+Blue) = 234+191+29=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF1D is #1540E2. Grayscale: #BABABA. Windows color (decimal): -1392867 or 1949674. OLE color: 1949674.

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

Color convert

RGB 234 191 29 -
CMYK 0 0.18 0.88 0.08
HSL 47.41º 0.83% 0.52% -
HSV(B) 47.41º 0.88% 0.92% -
XYZ 52.78 54.84 8.97 -
YUV 185.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 234 191 29 0 0.18 0.88 0.08 47.41 0.83 0.52
Hex EA BF 1D 0 12 58 8 2F 53 34
Octal 352 277 35 0 22 130 10 57 123 64
Binary 11101010 10111111 11101 0 10010 1011000 1000 101111 1010011 110100

Color Harmonies of #EABF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF1D

Black with #EABF1D

Text Example


Text Example

White with #EABF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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