Html Css Color HEX #EFBA10 Moon Yellow

📋 copy color: '#EFBA10'

red 239 ◦ green 186 ◦ blue 16

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

Shades of Moon Yellow #EFBA10

Tints of Moon Yellow #EFBA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 54.2%
G = 42.18%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFBA10 (or 0xEFBA10) is known color: Moon Yellow. HEX triplet: EF, BA and 10. RGB value is (239,186,16). Sum of RGB (Red+Green+Blue) = 239+186+16=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFBA10 is #1045EF. Grayscale: #B7B7B7. Windows color (decimal): -1066480 or 1096431. OLE color: 1096431.

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

Color convert

RGB 239 186 16 -
CMYK 0 0.22 0.93 0.06
HSL 45.74º 0.87% 0.5% -
HSV(B) 45.74º 0.93% 0.94% -
XYZ 53.25 53.51 8.01 -
YUV 182.47 34.06 168.32 -
System Red Green Blue C M Y K H S L
Decimal 239 186 16 0 0.22 0.93 0.06 45.74 0.87 0.5
Hex EF BA 10 0 16 5D 6 2E 57 32
Octal 357 272 20 0 26 135 6 56 127 62
Binary 11101111 10111010 10000 0 10110 1011101 110 101110 1010111 110010

Color Harmonies of #EFBA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA10

Black with #EFBA10

Text Example


Text Example

White with #EFBA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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