Html Css Color HEX #EFBA0E Moon Yellow

📋 copy color: '#EFBA0E'

red 239 ◦ green 186 ◦ blue 14

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

Shades of Moon Yellow #EFBA0E

Tints of Moon Yellow #EFBA0E

RGB

 RED value IS 239 (93.75% from 255) = 54.44%

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

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

R = 54.44%
G = 42.37%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFBA0E (or 0xEFBA0E) is known color: Moon Yellow. HEX triplet: EF, BA and 0E. RGB value is (239,186,14). Sum of RGB (Red+Green+Blue) = 239+186+14=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA0E is #1045F1. Grayscale: #B6B6B6. Windows color (decimal): -1066482 or 965359. OLE color: 965359.

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

Color convert

RGB 239 186 14 -
CMYK 0 0.22 0.94 0.06
HSL 45.87º 0.89% 0.5% -
HSV(B) 45.87º 0.94% 0.94% -
XYZ 53.23 53.5 7.94 -
YUV 182.24 33.06 168.49 -
System Red Green Blue C M Y K H S L
Decimal 239 186 14 0 0.22 0.94 0.06 45.87 0.89 0.5
Hex EF BA E 0 16 5E 6 2E 59 32
Octal 357 272 16 0 26 136 6 56 131 62
Binary 11101111 10111010 1110 0 10110 1011110 110 101110 1011001 110010

Color Harmonies of #EFBA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA0E

Black with #EFBA0E

Text Example


Text Example

White with #EFBA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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