Html Css Color HEX #EABF11 Moon Yellow

📋 copy color: '#EABF11'

red 234 ◦ green 191 ◦ blue 17

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

Shades of Moon Yellow #EABF11

Tints of Moon Yellow #EABF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 52.94%
G = 43.21%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EABF11 (or 0xEABF11) is known color: Moon Yellow. HEX triplet: EA, BF and 11. RGB value is (234,191,17). Sum of RGB (Red+Green+Blue) = 234+191+17=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF11 is #1540EE. Grayscale: #B8B8B8. Windows color (decimal): -1392879 or 1163242. OLE color: 1163242.

HSL color Cylindrical-coordinate representation of color #EABF11: hue angle of 48.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABF11 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 191 17 -
CMYK 0 0.18 0.93 0.08
HSL 48.11º 0.86% 0.49% -
HSV(B) 48.11º 0.93% 0.92% -
XYZ 52.66 54.79 8.33 -
YUV 184.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 234 191 17 0 0.18 0.93 0.08 48.11 0.86 0.49
Hex EA BF 11 0 12 5D 8 30 56 31
Octal 352 277 21 0 22 135 10 60 126 61
Binary 11101010 10111111 10001 0 10010 1011101 1000 110000 1010110 110001

Color Harmonies of #EABF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF11

Black with #EABF11

Text Example


Text Example

White with #EABF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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