Html Css Color HEX #EFBA20 Moon Yellow

📋 copy color: '#EFBA20'

red 239 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #EFBA20

Tints of Moon Yellow #EFBA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7%

R = 52.3%
G = 40.7%
B = 7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFBA20 (or 0xEFBA20) is known color: Moon Yellow. HEX triplet: EF, BA and 20. RGB value is (239,186,32). Sum of RGB (Red+Green+Blue) = 239+186+32=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA20 is #1045DF. Grayscale: #B8B8B8. Windows color (decimal): -1066464 or 2145007. OLE color: 2145007.

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

Color convert

RGB 239 186 32 -
CMYK 0 0.22 0.87 0.06
HSL 44.64º 0.87% 0.53% -
HSV(B) 44.64º 0.87% 0.94% -
XYZ 53.42 53.57 8.89 -
YUV 184.29 42.06 167.02 -
System Red Green Blue C M Y K H S L
Decimal 239 186 32 0 0.22 0.87 0.06 44.64 0.87 0.53
Hex EF BA 20 0 16 57 6 2D 57 35
Octal 357 272 40 0 26 127 6 55 127 65
Binary 11101111 10111010 100000 0 10110 1010111 110 101101 1010111 110101

Color Harmonies of #EFBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBA20

Black with #EFBA20

Text Example


Text Example

White with #EFBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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