Html Css Color HEX #E9BA14 Moon Yellow

📋 copy color: '#E9BA14'

red 233 ◦ green 186 ◦ blue 20

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

Shades of Moon Yellow #E9BA14

Tints of Moon Yellow #E9BA14

RGB

 RED value IS 233 (91.41% from 255) = 53.08%

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

 BLUE value IS 20 (8.2% from 255) = 4.56%

R = 53.08%
G = 42.37%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E9BA14 (or 0xE9BA14) is known color: Moon Yellow. HEX triplet: E9, BA and 14. RGB value is (233,186,20). Sum of RGB (Red+Green+Blue) = 233+186+20=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9BA14 is #1645EB. Grayscale: #B5B5B5. Windows color (decimal): -1459692 or 1358569. OLE color: 1358569.

HSL color Cylindrical-coordinate representation of color #E9BA14: hue angle of 46.76º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9BA14 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 186 20 -
CMYK 0 0.20 0.91 0.09
HSL 46.76º 0.84% 0.5% -
HSV(B) 46.76º 0.91% 0.91% -
XYZ 51.29 52.49 8.09 -
YUV 181.13 37.07 165 -
System Red Green Blue C M Y K H S L
Decimal 233 186 20 0 0.20 0.91 0.09 46.76 0.84 0.5
Hex E9 BA 14 0 14 5B 9 2F 54 32
Octal 351 272 24 0 24 133 11 57 124 62
Binary 11101001 10111010 10100 0 10100 1011011 1001 101111 1010100 110010

Color Harmonies of #E9BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BA14

Black with #E9BA14

Text Example


Text Example

White with #E9BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BA14; }

 p { color: rgb(233,186,20); }

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

background-color css

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

 a { background-color: rgb(233,186,20); }

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

border-color css

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

 span { border-color: rgb(233,186,20); }

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