Html Css Color HEX #EABF0E Moon Yellow

📋 copy color: '#EABF0E'

red 234 ◦ green 191 ◦ blue 14

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

Shades of Moon Yellow #EABF0E

Tints of Moon Yellow #EABF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 53.3%
G = 43.51%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EABF0E (or 0xEABF0E) is known color: Moon Yellow. HEX triplet: EA, BF and 0E. RGB value is (234,191,14). Sum of RGB (Red+Green+Blue) = 234+191+14=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF0E is #1540F1. Grayscale: #B8B8B8. Windows color (decimal): -1392882 or 966634. OLE color: 966634.

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

Color convert

RGB 234 191 14 -
CMYK 0 0.18 0.94 0.08
HSL 48.27º 0.89% 0.49% -
HSV(B) 48.27º 0.94% 0.92% -
XYZ 52.64 54.79 8.22 -
YUV 183.68 32.25 163.89 -
System Red Green Blue C M Y K H S L
Decimal 234 191 14 0 0.18 0.94 0.08 48.27 0.89 0.49
Hex EA BF E 0 12 5E 8 30 59 31
Octal 352 277 16 0 22 136 10 60 131 61
Binary 11101010 10111111 1110 0 10010 1011110 1000 110000 1011001 110001

Color Harmonies of #EABF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABF0E

Black with #EABF0E

Text Example


Text Example

White with #EABF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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