Html Css Color HEX #EFBA12 Moon Yellow

📋 copy color: '#EFBA12'

red 239 ◦ green 186 ◦ blue 18

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

Shades of Moon Yellow #EFBA12

Tints of Moon Yellow #EFBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.06%

R = 53.95%
G = 41.99%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFBA12 (or 0xEFBA12) is known color: Moon Yellow. HEX triplet: EF, BA and 12. RGB value is (239,186,18). Sum of RGB (Red+Green+Blue) = 239+186+18=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA12 is #1045ED. Grayscale: #B7B7B7. Windows color (decimal): -1066478 or 1227503. OLE color: 1227503.

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

Color convert

RGB 239 186 18 -
CMYK 0 0.22 0.92 0.06
HSL 45.61º 0.87% 0.5% -
HSV(B) 45.61º 0.92% 0.94% -
XYZ 53.26 53.51 8.09 -
YUV 182.7 35.06 168.16 -
System Red Green Blue C M Y K H S L
Decimal 239 186 18 0 0.22 0.92 0.06 45.61 0.87 0.5
Hex EF BA 12 0 16 5C 6 2E 57 32
Octal 357 272 22 0 26 134 6 56 127 62
Binary 11101111 10111010 10010 0 10110 1011100 110 101110 1010111 110010

Color Harmonies of #EFBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA12

Black with #EFBA12

Text Example


Text Example

White with #EFBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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