Html Css Color HEX #EEBA0E Moon Yellow

📋 copy color: '#EEBA0E'

red 238 ◦ green 186 ◦ blue 14

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

Shades of Moon Yellow #EEBA0E

Tints of Moon Yellow #EEBA0E

RGB

 RED value IS 238 (93.36% from 255) = 54.34%

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

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

R = 54.34%
G = 42.47%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EEBA0E (or 0xEEBA0E) is known color: Moon Yellow. HEX triplet: EE, BA and 0E. RGB value is (238,186,14). Sum of RGB (Red+Green+Blue) = 238+186+14=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEBA0E is #1145F1. Grayscale: #B6B6B6. Windows color (decimal): -1132018 or 965358. OLE color: 965358.

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

Color convert

RGB 238 186 14 -
CMYK 0 0.22 0.94 0.07
HSL 46.07º 0.89% 0.49% -
HSV(B) 46.07º 0.94% 0.93% -
XYZ 52.9 53.33 7.92 -
YUV 181.94 33.23 167.99 -
System Red Green Blue C M Y K H S L
Decimal 238 186 14 0 0.22 0.94 0.07 46.07 0.89 0.49
Hex EE BA E 0 16 5E 7 2E 59 31
Octal 356 272 16 0 26 136 7 56 131 61
Binary 11101110 10111010 1110 0 10110 1011110 111 101110 1011001 110001

Color Harmonies of #EEBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBA0E

Black with #EEBA0E

Text Example


Text Example

White with #EEBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBA0E; }

 p { color: rgb(238,186,14); }

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

background-color css

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

 a { background-color: rgb(238,186,14); }

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

border-color css

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

 span { border-color: rgb(238,186,14); }

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